Skip to main content

git push fatal: The remote end hung up unexpectedly

B4nightLess than 1 minute

git push fatal: The remote end hung up unexpectedly

stackoverflow link: https://stackoverflow.com/questions/15240815/git-fatal-the-remote-end-hung-up-unexpectedlyopen in new window

This usually happens when the files we push exceeds buffer size. So we can manually change postBuffer size.

git config http.postBuffer 524288000
git config ssh.postBuffer 524288000
Last update:
Contributors: b4night