GitHub无法完成推送 的设置选项
系统设置
![](https://file.jishuzhan.net/article/1751251804147945474/9c98c88535dd4d700323a5a16a69155d.webp)
VS中控制台设置【指令】
控制台调出方法
![](https://file.jishuzhan.net/article/1751251804147945474/599f423cac078af121972147b1377774.webp)
以下为VS控制台指令
cpp
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.proxy 127.0.0.1:7890
git config --global https.proxy 127.0.0.1:7890