问题场景

GitHub上的项目克隆到本地


问题描述

fatal: unable to access 'https://github.com/Henry-chr/ProgrammerManuel.git/': 
Recv failure: Connection was reset

原因分析:

一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错


解决方案:

GitBash中执行以下命令

git config --global --unset http.proxy 
git config --global --unset https.proxy
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐