美文网首页
git报错: HTTP/2 stream 1 was not c

git报错: HTTP/2 stream 1 was not c

作者: xh_0129 | 来源:发表于2024-01-24 17:41 被阅读0次

    大部分原因是git默认通信协议问题,可以通过修改默认通信协议(http/1.1)来解决:

    git config --global http.version HTTP/1.1
    

    相关文章

      网友评论

          本文标题:git报错: HTTP/2 stream 1 was not c

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