本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server

这篇具有很好参考价值的文章主要介绍了本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题:
本地git Bash 拉取远程服务器
git clone https://github.com/eclipse-cyclonedds/cyclonedds.git
报错如下:
本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server,Git版本管理知识,git,github
解决后:
本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server,Git版本管理知识,git,github

解决方法:

添加代理

在git Bash窗口输入:

git config --global http.proxy 127.0.0.1:33210

git config --global https.proxy 127.0.0.1:33210

此方法适用于本地可以打开github的情况,也就是本地就有VPN,网页可以进去github,但是在push/clone的时候进不去服务器或者超时,设置一下在push/clone的时候代理就可以了。至于上面的ip和port可以打开【Internet选项】-【连接】-【局域网设置】来查看。
本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server,Git版本管理知识,git,github
也可以直接打开C:\Users\Administrator下的.gitconfig文件来设置
本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server,Git版本管理知识,git,github
本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server,Git版本管理知识,git,github
总结:
通过网页进入github需要搭梯子,同样的,从远程github仓库clone代码的时候也需要通过梯子文章来源地址https://www.toymoban.com/news/detail-545897.html

到了这里,关于本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包