美文网首页git
fatal: unable to access 'xxx.git

fatal: unable to access 'xxx.git

作者: Silver_42ac | 来源:发表于2021-10-04 22:56 被阅读0次

    fatal: unable to access '.git/': OpenSSL SSL_read: Connection was aborted, errno 10053

    解决:
    因为服务器的SSL证书没有经过第三方机构的签署
    解除ssl验证后,再次git即可

    git config --global http.sslVerify "false"
    

    参考:
    OpenSSL SSL_read: Connection was reset, errno 10054

    相关文章

      网友评论

        本文标题:fatal: unable to access 'xxx.git

        本文链接:https://www.haomeiwen.com/subject/jplwnltx.html