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

git ssh-add 报错 ssh-add Could not open a connection to your authentication agent

时间:2016-04-21 01:31:03      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:

$ ssh-add ~/.ssh/id_rsa.pub
Could not open a connection to your authentication agent.
启动ssh-agent服务
eval `ssh-agent -s`

再运行

$ ssh-add
Identity added: /c/Users/name/.ssh/id_rsa (/c/Users/name/.ssh/id_rsa)

参考链接:http://stackoverflow.com/questions/17846529/could-not-open-a-connection-to-your-authentication-agent

git ssh-add 报错 ssh-add Could not open a connection to your authentication agent

标签:

原文地址:http://www.cnblogs.com/yangxunwu1992/p/5415097.html

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