最近在本地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

相关文章:

  • 2022-12-23
  • 2021-07-03
  • 2021-08-28
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
猜你喜欢
  • 2022-12-23
  • 2021-09-05
  • 2021-05-29
  • 2021-11-17
相关资源
相似解决方案