pack-objects died of signal 9 when I do commit from rstudio cloud

I used to commit to gitlab my project from rstudio cloud but now the commits give the follow error:

/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: …

Does somebody know how to fix it?

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'

That's an unusual error.

error: pack-objects died of signal 9

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?

The project is quite small, all the files in the project are 700 mega, and what I am trying to commit is just a change in a text file.

I see. Did you try increasing the memory for your project?

no, I only did a change in a text file.

I found this issue on SO. Maybe this will help?

I tried that already and it did not work.
I wonder if something happened on the side of rstudio cloud or in Gitlab

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.