mac brew 代理下载
#系统说明
MAC 系统
安装软件包时,特别是国外软件源时经常出现错误,这时就是用到代理了
风.fox
#http 代理
http_proxy=http://127.0.0.1:9999 brew install php56
#ALL_PROXY
ALL_PROXY=socks5://a:a@localhost:8765 brew install php56
参考
http://blog.suchasplus.com/2014/10/homebrew-using-socks-proxy.html