配置代理服务
export http_proxy=122.114.112.242:16816
export https_proxy=122.114.112.242:16816
删除代理服务:
unset http_proxy
unset https_proxy