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

时间:2016-04-21 01:28:47   收藏:0   阅读:351
$ 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

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!