#设置代理export http_proxy='http://username:paasword@x.x.x.x:xx'export https_proxy=$http_proxy#取消代理unset http_proxyunset https_proxy