当前位置:   article > 正文

git clone 出现错误及解决方案_fatal: error reading section header 'shallow-info

fatal: error reading section header 'shallow-info
1、错误一
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying stream
  • 1

解决:

git config --global http.version HTTP/1.1
  • 1
2、错误二
error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054fatal: error reading section header 'shallow-info'
  • 1

解决:

git config --global http.sslVerify 'false'
  • 1
3、错误三
remote: Repository not found.
  • 1

解决:
检查一下你输入的地址是否正确。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/810808
推荐阅读
相关标签
  

闽ICP备14008679号