Skip to content

Instantly share code, notes, and snippets.

@daopk
Last active May 27, 2024 22:38
Show Gist options
  • Save daopk/0a95772d582cafb202142ff7871da2fc to your computer and use it in GitHub Desktop.
Save daopk/0a95772d582cafb202142ff7871da2fc to your computer and use it in GitHub Desktop.
Fix error : RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
git config --global http.version HTTP/1.1
git config --global http.postBuffer 157286400
@Khadem1
Copy link

Khadem1 commented May 8, 2024

worked for me with this commands and then changing directory to another.
git config --global http.version HTTP/1.1
git config --global http.postBuffer 157286400

@SomyaVashisth96
Copy link

You can try increasing post buffer size using git config --global http.postBuffer 157286400

Thanks great solutionn

Thanks a lot for the solution ...it worked for me

@dphilson
Copy link

git config --global http.postBuffer 524288000

Thank you so much! This was exactly what I needed. Well done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment