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
solusi dalam internet suruh naikkan http.postBuffer sebagaimana di bawah.
git config --global http.postBuffer 157286400
Top comments (0)