git迁移error :curl 56 OpenSSL SSL_read:SSL_ERROR_sysCALL fatal: The remote end hung up unexpectedly

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/chinafire525/article/details/84785533

SSL错误

因为服务器的SSL证书没有经过第三方机构的签署,所以才报错。解决方案如下: 

在克隆完毕的仓库中将http.sslVerify设置为”false”。完整的命令如下

git config http.sslVerify "false"

猜你喜欢

转载自blog.csdn.net/chinafire525/article/details/84785533
今日推荐