赞
踩
其实很简单,重新配置代理即可
git config --global --unset http.proxy git config --global --unset https.proxy
配置完成后,可以使用以下命令查看并修改 Git 的配置:
git config --global --edit