反复 Failed to connect to github.com port 443 after xxx ms

前提:使用了代理,浏览器能稳定访问github,但git clone一直超时

解决方案:

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

2. 代理设置端口1080

3. 1080可自定义

感谢来自这篇博客和评论区的提醒:解决 Failed to connect to github.com port 443:connection timed out_fK0pS的博客-CSDN博客

你可能感兴趣的:(github)