go get 和git使用socks5代理
2020-07-09 本文已影响0人
那钱有着落吗
go get:
http_proxy=socks5://127.0.0.1:1080 go get -u github.com/gocolly/colly/...
git:
git config --global http.proxy socks5://127.0.0.1:1080
go get:
http_proxy=socks5://127.0.0.1:1080 go get -u github.com/gocolly/colly/...
git:
git config --global http.proxy socks5://127.0.0.1:1080