问题场景
GitHub上的项目克隆到本地
问题描述
fatal: unable to access 'https://github.com/Henry-chr/ProgrammerManuel.git/':
Recv failure: Connection was reset
原因分析:
一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错文章来源:https://www.toymoban.com/news/detail-550424.html
解决方案:
在GitBash
中执行以下命令文章来源地址https://www.toymoban.com/news/detail-550424.html
git config --global --unset http.proxy
git config --global --unset https.proxy
到了这里,关于【问题记录】fatal: unable to access ‘https://github.com/‘: Recv failure: Connection was reset的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!