Git错误

1243 1~1 min

Failed to connect to github.com port 443: Timed out

多半是本地使用代理后产生的问题
解决方案:
win10-》设置-》网络和Internet-》代理-》查看代理服务器端口
代理服务器端口查看.png

参考链接

在gitbash中运行

git config --global http.proxy 127.0.0.1:7890
# 其中127.0.0.1:7890为代理设置的端口