不会使用ssh agent,具体语法如何??
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
GitHub上有详细的步骤:https://help.github.com/articles/work...
不过有一点,推荐你最好把ssh-agent的启动脚本放在.profile里。
PS: 有些写得不好的LSP会阻止ssh-agent的执行,如果ssh-agent卡在了binding port部分,检查一下你的WinSock Provider列表。
GitHub上有详细的步骤:
https://help.github.com/articles/work...
不过有一点,推荐你最好把ssh-agent的启动脚本放在.profile里。
PS: 有些写得不好的LSP会阻止ssh-agent的执行,如果ssh-agent卡在了binding port部分,检查一下你的WinSock Provider列表。