Skip to content

Instantly share code, notes, and snippets.

@wellington1993
Created May 31, 2017 13:43
Show Gist options
  • Save wellington1993/f1449bc00355f2e7115036b7f6a58e27 to your computer and use it in GitHub Desktop.
Save wellington1993/f1449bc00355f2e7115036b7f6a58e27 to your computer and use it in GitHub Desktop.
Increase Git push size
git config http.postBuffer 524288000
git config --global http.postBuffer 1048576000
#
# https://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning
# https://stackoverflow.com/questions/2702731/git-fails-when-pushing-commit-to-github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment