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


Today, I change my ssh key and I see this error when pushing commit into my Github repository :

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

So, to solve this problem is pretty easy :

1
ssh-add ~/.ssh/id_rsa

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.