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

Could not open a connection to your authentication agent

时间:2014-08-28 11:05:59      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   cti   html   log   sp   on   ad   

执行ssh-add ~/.ssh/rsa  就会遇到上述错误了

 

解决方案:

先执行  eval `ssh-agent`  (是~键上的那个`)

再执行 ssh-add ~/.ssh/rsa成功

ssh-add -l 就有新加的rsa了

 

然后就可以clip ~/.ssh/id_rsa.pub了,然后paste到github上

 

reference:

http://blog.chinaunix.net/uid-22355887-id-3342499.html

Could not open a connection to your authentication agent

标签:blog   http   io   cti   html   log   sp   on   ad   

原文地址:http://www.cnblogs.com/foohack/p/3941033.html

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