美文网首页
Git 报错:fatal: unable to access '

Git 报错:fatal: unable to access '

作者: 婆娘漂亮生活安逸 | 来源:发表于2021-11-13 11:12 被阅读0次

    我在 github 上搞了一个 demo 的项目,然后今天正常提交 code 发现有个报错如下:

    fatal: unable to access 'https://github.com/username/projectname.git/': OpenSSL SSL_read: Connection was reset, errno 10054
    

    于是找了个命令,解决了这个问题

    PS D:\My-Code> git config --global --unset http.proxy
    PS D:\My-Code> git config --global --unset https.proxy
    

    相关文章

      网友评论

          本文标题:Git 报错:fatal: unable to access '

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