Git报错解决:fatal: unable to access ‘https://github.com/…….‘: OpenSSL SSL_read: Connection was reset

  • Post author:
  • Post category:其他


之前git clone 项目的时候报错fatal: unable to access ‘https://

github

.com/…….’: OpenSSL SSL_read: Connection was reset, errno 10054

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

首先需要解除ssl验证后,再次git即可

解除ssl验证:git config –global https:www.baidu.com “false”

再次git clone “https:www.baidu.com”即可



版权声明:本文为m0_65005402原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。