赞
踩
右键打开git bash
$ git config --global https.proxy "socks5h://119.12.161.125:51801"
$ git config --global http.proxy "socks5h://119.12.161.125:51801"
注意:
socks5后面不加那个h, 可能会提示: Can’t complete SOCKS5 connection xx.xx.xx.xx
git 中sock5 代理不支持不能设置用户名和密码
$ git config --global --get http.proxy
$ git config --global --get https.proxy
$ git config --global --unset http.proxy
$ git config --global --unset https.proxy
C:\Windows\System32\drivers\etc\hosts
#20.205.243.166 github.com
140.82.114.4 github.com
199.232.5.194 github.global.ssl.fastly.net
vim /etc/hosts
#20.205.243.166 github.com
140.82.114.4 github.com
199.232.5.194 github.global.ssl.fastly.net
将TortoiseGit
的SSH client
修改为GitBash
对应的SSH
程序
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。