让homebrew 走代理
命令
1  | $ http_proxy=http://IP:PORT https_proxy=http://IP:PORT brew install PACKAGE  | 
1  | $ ALL_PROXY=socks5://IP:PORT brew nstall PACKAGE  | 
例子
1  | $ http_proxy=http://127.0.0.1:1080 https_proxy=http://127.0.0.1:1080 brew install PACKAGE  | 
1  | $ ALL_PROXY=socks5://127.0.0.1:1080 brew nstall PACKAGE  | 
让homebrew 走代理
