找了好久终于找到了一个解决办法

对于我来说大概就是这样,编辑~/.ssh/config

Host github.com
 HostName github.com
 User git
 IdentityFile ~/.ssh/id_rsa_github
 TCPKeepAlive yes
 IdentitiesOnly yes
 ProxyCommand C:/Git/mingw64/bin/connect.exe -S 127.0.0.1:10808 %h %p 

3 条评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据