Erro no GIT

Caso vc se depare com o seguinte erro no git

fatal: the remote end hung up unexpectedly

A Solução que deu certo foi aumentar o buffer do GIT, para isso, digite:

git config –global http.postBuffer 157286400

Fonte:

https://confluence.atlassian.com/stashkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-282988530.html