git克隆错误错误:RPC失败;在底层流结束之前,curl 92 HTTP/2 流 7 没有完全关闭

Lav*_*Ren 5 git github windows-10

每次尝试克隆新存储库时,我都会收到此错误,第二次克隆它时,它工作正常。可能是什么原因造成的以及如何解决?

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

Run Code Online (Sandbox Code Playgroud)

小智 1

我在我的 android studio 中遇到了类似的错误消息,我通过使用我的移动数据克隆应用程序解决了这个问题,并且它运行得很好。