Win10 给 ssh 加上代理
直接编辑~/.ssh/config
,没有就创建一个
ProxyCommand C:\Program Files\Git\mingw64\bin\connect.exe -S 127.0.0.1:10808 -a none %h %p
Host github.com
User git
Port 22
Hostname github.com
IdentityFile "C:\Users\79287\.ssh\id_rsa"
TCPKeepAlive yes
Host ssh.github.com
User git
Port 443
Hostname ssh.github.com
# 注意修改路径为你的路径
IdentityFile "C:\Users\79287\.ssh\id_rsa"
TCPKeepAlive yes
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 陈子琦的博客!
评论