MacOS-brew使用proxy代理
1 | ALL_PROXY=socks5://代理服务器IP:端口 brew install 软件名 |
Goland下载包使用proxy
1 | ALL_PROXY=socks5://代理服务器IP:端口 go get github.com/xxxxxxxx |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 咲夜南梦's 博客!
评论
1 | ALL_PROXY=socks5://代理服务器IP:端口 brew install 软件名 |
1 | ALL_PROXY=socks5://代理服务器IP:端口 go get github.com/xxxxxxxx |