export http_proxy=http://10.182.71.235:10809
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
临时取消代理的方法:
git config --global --unset http.proxy
git config --global --unset https.proxy
注意:本文归作者所有,未经作者允许,不得转载
export http_proxy=http://10.182.71.235:10809
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
临时取消代理的方法:
git config --global --unset http.proxy
git config --global --unset https.proxy
注意:本文归作者所有,未经作者允许,不得转载