fghrsh / live2d_api

Live2D 看板娘插件 (https://www.fghrsh.net/post/123.html) 上使用的后端 API
https://live2d.fghrsh.net
MIT License
1.15k stars 520 forks source link

有没有出现过api中的model文件造成git clone失败问题,如何解决 #14

Closed kuukie-kq closed 7 months ago

kuukie-kq commented 8 months ago

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

还有就是想知道为什么这个文件会造成这个报错