```shell # git 取消设置代理 git config --global --unset http.proxy git config --global --unset https.proxy ```