Last active
September 21, 2021 14:44
-
-
Save devmnj/9bb766a757b9bfe06d0d61137508a5d8 to your computer and use it in GitHub Desktop.
GitHub repo remote hang up error fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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