乐趣区

mac-命令窗口设置代理

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

#取消代理
unset http_proxy
unset https_proxy
退出移动版