Skip to content

Instantly share code, notes, and snippets.

@wmydz1
Created October 26, 2017 02:00
Show Gist options
  • Save wmydz1/85e00ab21215933bf926c91965364e91 to your computer and use it in GitHub Desktop.
Save wmydz1/85e00ab21215933bf926c91965364e91 to your computer and use it in GitHub Desktop.
fatal: The remote end hung up unexpectedly

Had a similiar issue. It seems like the commit size was too big (default is < 1Mbyte). Resolved it with rising the limit up to 500Mbytes:

git config --global http.postBuffer 524288000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment