See morw...

Wednesday, June 1, 2011

Agent admitted failure to sign using the key. Permission denied (publickey).

Agent admitted failure to sign using the key.
Permission denied (publickey).

I got above error while connecting and cloning my git repository. i have spent almost 6 hours to find the solution. finally i found some solution to overcome this issue.

open the terminal and enter this command

SSH_AUTH_SOCK=0

and then enter your clone command without sudo option.

git clone git@account.beanstalkapp.com:/repo.git

please note that account and repo should be change according to your application.

hope some one will get advantage from this post.

thank you

No comments: