进行git push 推代码的时候 出现fatal: unable to access 'https://github.com/TANG422/AOXINa.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054这个错误
原因是:一般是服务器的SSL证书没有经过第三方机构的签署
参考网上的解决办法 :先接触ssl的认证 再次git push
git config --global http.sslVerify "false"
2024-03-06 11:00:43
进行git push 推代码的时候 出现fatal: unable to access 'https://github.com/TANG422/AOXINa.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054这个错误
原因是:一般是服务器的SSL证书没有经过第三方机构的签署
参考网上的解决办法 :先接触ssl的认证 再次git push
git config --global http.sslVerify "false"