Go get through socks5 proxy By luckymrwang 发表于 2018-12-26 文章目录 1. set git through socks5 proxy:2. go get via socks5 proxy:3. Recover git global config: set git through socks5 proxy:1git config --global http.proxy socks5://127.0.0.1:1080 go get via socks5 proxy:1http_proxy=socks5://127.0.0.1:1080 go get github.com/mattn/go-sqlite3 Recover git global config:1git config --global --unset http.proxy