欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

git clone 出现错误及解决方案

程序员文章站 2022-05-28 12:20:22
...

1、错误一

error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying stream

解决:

git config --global http.version HTTP/1.1

2、错误二

error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054fatal: error reading section header 'shallow-info'

解决:

git config --global http.sslVerify 'false'

3、错误三

remote: Repository not found.

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

相关标签: Git git clone