Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created March 23, 2013 02:16
Show Gist options
  • Save datacodesolutions/5226116 to your computer and use it in GitHub Desktop.
Save datacodesolutions/5226116 to your computer and use it in GitHub Desktop.
Git settings torun on remote server when getting memory / corruption errors
#http://stackoverflow.com/questions/7362709/git-pull-fails-with-bad-pack-header-error
git config --global pack.windowMemory "100m"
git config --global pack.SizeLimit "100m"
git config --global pack.threads "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment