报错信息有两种:
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 2717 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
以及
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
error: 5711 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
https://github.com/kuukie-kq/HodgePodge/commit/29e8e603c4b107d2b5fb535a6421784cd7eed1c0
自己的项目中引用了model资源,原本没出现这种问题,近期发现整个项目无法clone
然后经过排除发现原因是model中的文件造成clone失败,想问一下有没有出现这种情况,以及如何彻底解决clone问题
目前项目可以git clone --depth=1,但以前提交的记录无法拉取下来(既git fetch --unshallow依然报错)
报错信息有两种: error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 2717 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output 以及 error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 error: 5711 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
还有就是想知道为什么这个文件会造成这个报错