山高疑日近,海阔觉天低

git配置代理

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

id_rsa_VPS

赞(0) 打赏
未经允许不得转载:Mr.Zhang » git配置代理

你的打赏是我的动力

登录

找回密码

注册