🪲 GitHub 443: Connection Timed Out

361 阅读1分钟

报错信息

Failed to connect to github.com port 443:connection timed out

解决方案

配置代理,将你的代理端口号,设置上去

e.g. 我这里需要的 代理端口号 7890 设置如下:

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