一、出现此报错的原因
因为国内网络登录GitHub会有明显的卡顿,所以我开启了加速器。
由于开启的加速器,在执行push命令的时候,会出现 port 443:time out 错误
二、解决方法
1、在hosts中配置如下信息
140.82.114.3 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com
或也可以像我一样在电脑中安装SwitchHosts,然后在其中配置同样的信息
2、在cmd中输入如下命令行,刷新DNS解析缓存
ipconfig /flushdns
三、在git中重新输入命令发送代码
文章来源:https://www.toymoban.com/news/detail-541497.html
发送成功。文章来源地址https://www.toymoban.com/news/detail-541497.html
到了这里,关于git 报错信息:Failed to connect to github.com port 443: Timed out的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!