git go使用socket5代理

it2022-05-05  221

git go使用socket5代理

git

# set git through socks5 proxy: git config --global http.proxy socks5://127.0.0.1:1080 # Recover git global config: git config --global --unset http.proxy

go

https_proxy=socks5://127.0.0.1:1080 http_proxy=socks5://127.0.0.1:1080 go get -u -v github.com/mattn/go-sqlite3 posted on 2018-07-10 12:21 北京涛子 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/liujitao79/p/9288369.html

相关资源:privoxy socket5代理到http代理的转换工具

最新回复(0)