一、取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
二、配置系统代理
git config --global http.proxy http://127.0.0.1:7890
检查是否配置成功:
git config --global -l
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.proxy http://127.0.0.1:7890
检查是否配置成功:
git config --global -l