Skip to content

Instantly share code, notes, and snippets.

@devmnj
Last active September 21, 2021 14:44
Show Gist options
  • Save devmnj/9bb766a757b9bfe06d0d61137508a5d8 to your computer and use it in GitHub Desktop.
Save devmnj/9bb766a757b9bfe06d0d61137508a5d8 to your computer and use it in GitHub Desktop.
GitHub repo remote hang up error fix
//run the line in shell and try to push repo again
git config --global http.postBuffer 157286400
git config --global http.postBuffer 524288000
git push -u origin master
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment