DEV Community

Cover image for RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
hardyweb
hardyweb

Posted on

13

RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)

errro ni aku jumpa masa nok compile neovim dari source ..

~ λ git clone https://github.com/neovim/neovim.git
Cloning into 'neovim'...
remote: Enumerating objects: 256640, done.
remote: Counting objects: 100% (194/194), done.
remote: Compressing objects: 100% (130/130), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 5896 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Enter fullscreen mode Exit fullscreen mode

solusi dalam internet suruh naikkan http.postBuffer sebagaimana di bawah.

git config --global http.postBuffer 157286400
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay