git ssh 代理
2020-08-07 本文已影响0人
霡霂976447044
git config --global url.https://github.com/.insteadOf git://github.com/
vim ~/ssh/.config
Host github.com
User git
Hostname github.com
Port 22
Proxycommand /usr/bin/ncat --proxy 127.0.0.1:1081 --proxy-type socks5 %h %p