首页 > 技术文章 > Failed to connect to github.com port 443: Timed out

cbugs 2020-02-03 21:27 原文

一般是代理出问题了;

2个命令:

设置全局代理 
git config --global http.proxy 127.0.0.1:8080 

查看是否成功 
git config --get http.proxy 
127.0.0.1:8080 

推荐阅读