GitHub Port 443 Refused

最近在本地Github上传和更新远程仓库的时候老是显示 GitHub - failed to connect to github 443 windows/ Failed to connect to gitHub localhost……

原来一直以为是从网线切换到WIFI后,路由器的问题,后来发现是GithubConfig文件设置的问题

找到Github的Confing文件,一般在User根目录下面然后运行命令,也可以直接用文本编辑器打开删除有关Proxy的代码

git config --global --unset http.proxy 和 git config --global --unset https.proxy

原文地址:https://www.cnblogs.com/dlvguo/p/10339942.html