http://stackoverflow.com/questions/24154816/git-bash-could-not-open-a-connection-to-your-authentication-agent
git bash
#exec
ssh-agent bash
#bash$
eval ssh-agent -s
#bash$ssh-add
./id_rsa
本文提供了一种解决Git Bash中SSH无法连接到认证代理的问题的方法。通过使用ssh-agent和添加私钥,可以有效解决这一常见问题。
http://stackoverflow.com/questions/24154816/git-bash-could-not-open-a-connection-to-your-authentication-agent
git bash
#exec
ssh-agent bash
#bash$
eval ssh-agent -s
#bash$ssh-add
./id_rsa
2857

被折叠的 条评论
为什么被折叠?