[git] How to solve “agent admitted failure to sign

When i wanted to do a git clone, I had the given error :

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

I found that this is an SSH error.

One of the readers, Leonardo Hessel, pointed that out that ssh-add is also a solution:

ssh-add

Another solution is simply to login and logout and it should work.


reference:

http://baptiste-wicht.com/posts/2010/07/tip-how-to-solve-agent-admitted-failure-to-sign-using-the-key-error.html

https://help.github.com/articles/error-agent-admitted-failure-to-sign/


你可能感兴趣的:(git)