Skip to content

Instantly share code, notes, and snippets.

@Pastor
Forked from daopk/git-config-http-version.md
Created April 26, 2024 13:54
Show Gist options
  • Save Pastor/321afe5ad653752f643543688339ba45 to your computer and use it in GitHub Desktop.
Save Pastor/321afe5ad653752f643543688339ba45 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment