Git, fatal: The remote end hung up unexpectedly

The problem is due to git/https buffer settings.
In order to solve it (taken from Git fails when pushing commit to github)

git config http.postBuffer 524288000

And run the command again

Leave a Comment