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.
- Do you know any workaround for this issue?
- Maybe should I split the large file in chunks?