I tried to publish my changes. but it throws this error?? is it just me experiencing this problem???
==========================================================================
/media/Programming/tutorials/git_tut/tutorial$ git push origin master
The authenticity of host 'gitorious.org (87.238.52.168)' can't be established.
RSA key fingerprint is 7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitorious.org,87.238.52.168' (RSA) to the list of known hosts.
Agent admitted failure to sign using the key.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
On Sep 14, 2012 7:25 AM, "Selva Kumar" <gang.of....@gmail.com> wrote:
>
>
> yes I did. i'm able to clone the repo and fetch the repo . i just can't push
>
It looks like you don't have write permissions. To that repo. You can still login and clone but you can't push. Ask the project owner to add you to the committers group. (Or ask him what the best way to contribute is)
On Friday, September 14, 2012 4:26:48 PM UTC+5:30, Selva Kumar wrote:
I tried to publish my changes. but it throws this error?? is it just me experiencing this problem???
==========================================================================
/media/Programming/tutorials/git_tut/tutorial$ git push origin master
The authenticity of host 'gitorious.org (87.238.52.168)' can't be established.
RSA key fingerprint is 7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitorious.org,87.238.52.168' (RSA) to the list of known hosts.
Agent admitted failure to sign using the key.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
==========================================================================
here we go..
thanks to cjno and zmalltalker from #gitorious
here is the thing I just did: http://paste.ubuntu.com/1204707/
i think it is not necessary to create a new key
I don't know how it works. but i'm ready learn if any helps...