码迷,mamicode.com
首页 > 其他好文 > 详细

Git - fatal error : Agent admitted failure to sign using the key

时间:2015-04-02 18:46:10      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

提交时出现如下问题:

1 git push -u origin master
2 
3 Agent admitted failure to sign using the key.
4 Permission denied (publickey).
5 fatal: The remote end hung up unexpectedly

可以使用如下方法解决:

1 ssh-add ~/.ssh/id_rsa

然后重启ssh:

1 restart ssh

Git - fatal error : Agent admitted failure to sign using the key

标签:

原文地址:http://www.cnblogs.com/Stomach-ache/p/4387668.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!