git ssh 代理设置:user文件夹下创建”.ssh”,在.ssh创建”config”
Host VPS HostName * Port * User git IdentityFile ~/.ssh/id_rsa_VPS #socks5 proxy #ProxyCommand connect -S 10.0.0.249:1085 %h %p #http proxy ProxyCommand connect -H 10.0.0.249:1090 %h %p
git ssh 代理设置:user文件夹下创建”.ssh”,在.ssh创建”config”
Host VPS HostName * Port * User git IdentityFile ~/.ssh/id_rsa_VPS #socks5 proxy #ProxyCommand connect -S 10.0.0.249:1085 %h %p #http proxy ProxyCommand connect -H 10.0.0.249:1090 %h %p