error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying st...

Posted 茉莲晨曦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying st...相关的知识,希望对你有一定的参考价值。

git clone 时候报错

error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying st...

解决方法:

git config --global http.version HTTP/1.1
git config --global http.postBuffer 524288000

以上是关于error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying st...的主要内容,如果未能解决你的问题,请参考以下文章