I have a project in rstudio cloud where I usually do commits to gitlab but now when I try to commit I get the following error:
Does anybody know how to fix it?
/usr/bin/git push origin HEAD:refs/heads/master
error: pack-objects died of signal 9
error: failed to push some refs to 'git@gitlab.com:enricodata/datablog.git'
I wonder if this caused by running out of memory (by default RStudio Cloud projects are limited to 1GiB). Are you working with large files or an unusually large git repository? Have you tried increasing the memory allocated for your project?