Skip to content

Instantly share code, notes, and snippets.

@ramingar
Created January 27, 2020 13:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramingar/0d0bbb0793b654bb3b0b7b639f330211 to your computer and use it in GitHub Desktop.
Save ramingar/0d0bbb0793b654bb3b0b7b639f330211 to your computer and use it in GitHub Desktop.
error pack objects died signal 9 #git #error #commands
error: pack-objects died of signal 9
error: remote unpack failed: eof before pack header was fully read
error: failed to push some refs to 'user@server:url'

para solucionar este error:

git config --global pack.windowMemory "32m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment