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.

Related articles

  • Git Tip : Restore a deleted tag
  • Version Control with Git – Book Review
  • JTheque is migrating to Git
  • Initial support for Recurrent Neural Network (RNN) in DLL
  • Deep Learning Library 1.0 - Fast Neural Network Library
  • Jenkins Tip: Send notifications on fixed builds in declarative pipeline
  • Comments

    Comments powered by Disqus