设置代理:
export http_proxy="http://proxy-com" export https_proxy="https://proxy-com:"
取消代理:
unset http_proxy
unset https_proxy