让homebrew 走代理

命令

1
2
$ http_proxy=http://IP:PORT https_proxy=http://IP:PORT brew install PACKAGE

1
2
$ ALL_PROXY=socks5://IP:PORT brew nstall PACKAGE

例子

1
2
$ http_proxy=http://127.0.0.1:1080 https_proxy=http://127.0.0.1:1080 brew install PACKAGE

1
2
3
$ ALL_PROXY=socks5://127.0.0.1:1080 brew nstall PACKAGE


作者

张巍

发布于

2015-05-17

更新于

2015-05-17

许可协议

评论