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

git clone 时出现error的解决办法

程序员文章站 2022-04-16 22:39:17
...

git clone 时经常碰到下载失败的状况,如下:

remote: Enumerating objects: 213, done.
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
error: 7044 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

搜索说是因为SSL认证没通过,执行如下命令,再重新git clone就可以了

git config http.sslVerify "false"
相关标签: git git