Skip to content

Instantly share code, notes, and snippets.

@alantsai
Created September 11, 2015 02:08
Show Gist options
  • Save alantsai/27f0e439d38481c9bba7 to your computer and use it in GitHub Desktop.
Save alantsai/27f0e439d38481c9bba7 to your computer and use it in GitHub Desktop.
git clone error: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed From http://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning
git config --global http.postBuffer 524288000
# some comments below report having to double the value:
git config --global http.postBuffer 1048576000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment