git clone 项目链接产生如下提示信息:

fatal: unable to access 'https://github.com/liuruoze/EasyPR.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

 

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

参考网上解决办法:解除ssl验证后,再次git即可

git config --global http.sslVerify "false"

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-05-22
  • 2022-12-23
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2021-11-08
  • 2022-02-04
  • 2021-11-05
  • 2021-06-09
  • 2022-12-23
相关资源
相似解决方案