处理方式一: This error may occur for memory needs of git. You can add these lines to your global git conf
处理方式一:
This error may occur for memory needs of git. You can add these lines to your global git configuration file, which is .gitconfig
in $USER_HOME
, in order to fix that problem.
[core] packedGitLimit = 512m packedGitWindowSize = 512m [pack] deltaCacheSize = 2047m packSizeLimit = 2047m windowMemory = 2047m
处理方式二:
# git pull --depth 100
# git pull --depth 200
.
.
.# git pull --all