解决Git错误 Failed to connect to github.com port 443 after ***** ms: Couldn‘t connect to server

1.报错信息

在使用Git Bash Here上传文件时,出现了错误,报错信息如下。
Failed to connect to github.com port 443 after 21123 ms: Couldn't connect to server

2.排查网络

这问题一般是由于本地端口和Git的端口不一致导致,接下来将代理端口同步到Git端。
打开设置-网络-代理
ll20483w.png
手动设置代理,记住设置好的端口号,这里端口号是7890
ll205gqa.png

3.修改Git配置

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

4.测试文件上传下载

ll209o16.png
这里看到没有问题了,设置成功。

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    请登录后查看评论内容