windows下,用msysgit,每次push或pull都要输入ssh口令,如何使用ssh代理?


不会使用ssh agent,具体语法如何??

github ssh git

华丽的水母 10 years, 6 months ago

GitHub上有详细的步骤:
https://help.github.com/articles/work...

不过有一点,推荐你最好把ssh-agent的启动脚本放在.profile里。

PS: 有些写得不好的 LSP 会阻止ssh-agent的执行,如果ssh-agent卡在了binding port部分,检查一下你的WinSock Provider列表。

shine answered 10 years, 6 months ago

Your Answer