trilbymedia / grav-plugin-git-sync

Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Apache License 2.0
243 stars 58 forks source link

Error: pack-objects died of signal 9 fatal #121

Closed donnay closed 5 years ago

donnay commented 5 years ago

When attempting to Sync for the first time with GitHub I get the following error:

error: pack-objects died of signal 9 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly fatal: write error: Bad file descriptor

TroubleShooting:

Any additional Info?

w00fz commented 5 years ago

This error is not GitSync related, it's coming from GitHub.

That said, GitHub imposes a limit of 100MB maximum file size (at 50MB you will get a warning) and there is a limit of 1GB size for the entirety of the repository.

If you exceed any of the limits you will get that error. What you would need to do then is to start using Git LFS which GitHub offers as a paid service.

https://help.github.com/articles/working-with-large-files/

Hope this helps!