我是靠谱客的博主 魁梧热狗,最近开发中收集的这篇文章主要介绍【Git clone出错】fatal: unable to access ‘http://github.com/XXX‘: Connection was reset, errno 10054,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
question:
fatal: unable to access ‘http://github.com/XXX’: OpenSSL SSL_read: Connection was reset, errno 10054
solution:
将命令行里的http或https改为git,再重新执行。
例如:
git clone https://github.com/facebookresearch/detectron2.git
改为:
git clone git://github.com/facebookresearch/detectron2.git
最后
以上就是魁梧热狗为你收集整理的【Git clone出错】fatal: unable to access ‘http://github.com/XXX‘: Connection was reset, errno 10054的全部内容,希望文章能够帮你解决【Git clone出错】fatal: unable to access ‘http://github.com/XXX‘: Connection was reset, errno 10054所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复