每次我试图克隆一个新的存储库时,我都会收到这个错误,第二次克隆它时,它工作得很好。造成这一问题的原因是什么,以及如何解决?
Cloning into 'Important-Documents'...
remote: Enumerating objects: 83, done.
remote: Counting objects: 100% (83/83), done.
remote: Compressing objects: 100% (81/81), done.
error: RPC failed; curl 92 HTTP/2 stream 7 was not closed cleanly before end of the underlying stream
error: 4241 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
发布于 2022-01-23 08:39:30
我的安卓工作室里也有类似的错误信息,我用我的移动数据克隆了这个应用程序,解决了这个问题,它运行得很好。
发布于 2022-12-02 05:55:40
这是由于网络问题。重新连接到网络,vpn/代理,它可以工作。
https://stackoverflow.com/questions/70235967
复制相似问题