Why Git does not support committing very big files? I'm trying to add a 4Gb file and I get the following error:
C:\Users\danipen\gitrepos\vmstore>git add mybigfile.rar
fatal: Out of memory? mmap failed: No such file or directory
UPDATE: Seems that git has a problem handling big files.
Should large binary files be in the repository, my opinion is no.
But if you really need version control on binaries or assets consider something like git-fat, or git-lfs
https://github.com/jedbrown/git-fat
https://git-lfs.github.com/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With