美文网首页
RPC failed; curl 28 OpenSSL SSL_

RPC failed; curl 28 OpenSSL SSL_

作者: 江月照我眠 | 来源:发表于2021-06-25 10:30 被阅读0次

    问题:

    最近在新的文件夹下执行git clone命令后发现如下报错:

    error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054
    fatal: the remote end hung up unexpectedly
    

    解决方案:

    1. 初始化git仓库(新的没有执行过git命令的文件夹,这一步必须要,已有.git目录的跳过)
    git init
    
    1. 执行命令:
    git config http.sslVerify "false"
    

    相关文章

      网友评论

          本文标题:RPC failed; curl 28 OpenSSL SSL_

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