GitHub Failed to connect to github.com port 443 after 75006 ms: Couldn't connect to server 临时解决方案

发生状况:Mac 链接vpn状态,依旧无法拉取代码。

    报错信息:Failed to connect to github.com port 443 after 75006 ms: Couldn't connect to server

解决方案:

开启配置 http、https 全局代理

git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080

关闭配置 http、https 全局代理

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

  

关联词: github拉取代码报错443、github报错443、Failed to connect to github.com port 443、github无法连接到服务器、git 443、github链接超时

 

posted @ 2023-09-11 10:15  PYNZ  阅读(1529)  评论(0)    收藏  举报