mac 下对 iterm 终端 设置代理
vi .profile
export http_prox="http://xxxx:port"
export https_proxy="http://xxxx:port"
alias curl="curl -x http://xxxx:port"
vi .profile
export http_prox="http://xxxx:port"
export https_proxy="http://xxxx:port"
alias curl="curl -x http://xxxx:port"