Tip : How to solve “agent admitted failure to sign using the key” error ?
A very simple tip that can save a lot of time.
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.
Comments
Comments powered by Disqus