Quantcast
Channel: CakePHP, CodeIgniter and Web Scaling
Viewing all articles
Browse latest Browse all 10

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

$
0
0

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

Viewing all articles
Browse latest Browse all 10

Trending Articles