Git Error Messages
Command LineGitlab
git config --global pack.windowMemory "32m"Or in ".git/config" file:
[core]
packedGitLimit = 128m
packedGitWindowSize = 128m
[pack]
deltaCacheSize = 128m
packSizeLimit = 128m
windowMemory = 128mgit config pack.windowMemory 512m#.git/config file
[http]
postBuffer = 1048576000