我是GIT的新手,并一直用它来备份我的服务器。以前我没有问题,备份已经出现在gitlab中。今天我尝试并接受了这个:
$ git push -u origin master
Counting objects: 8664, done.
warning: suboptimal pack - out of memory
Compressing objects: 100% (5771/5771), done.
fatal: Out of memory, malloc failed (tried to allocate 266790794 bytes)
remote: fatal: early EOF
error: failed to push some refs to 'git@gitlab.com:XXX/server-XXX.git'
如果您有任何建议,请在评论中告诉我(请记住我对GIT很新)谢谢!