目前git 代理配置这样的。可是 go get 依旧无法下载 golang 下的包,可以打开网页。
[https]
proxy = https://127.0.0.1:33167
[http]
proxy = http://127.0.0.1:33167
[http "https://github.com"]
proxy = socks5://127.0.0.1:33167
[http "https://golang.org"]
proxy = socks5://127.0.0.1:33167
在git-bash 或 shell执行