让homebrew 走代理

命令 ------------------------------ $ http_proxy=http://IP:PORT https_proxy=http://IP:PORT brew install PACKAGE $ ALL_PROXY=socks5://IP:PORT brew nstall PACKAGE <!--more--> 例子 ---...