I have a file which is 5.4 GB big and so it won't fit on my fat32 formated flash drive. Since it's a git remote I can't enable chunking. Is there another way to go about this, or will that file simply not fit?
I have a file which is 5.4 GB big and so it won't fit on my fat32 formated flash drive. Since it's a git remote I can't enable chunking. Is there another way to go about this, or will that file simply not fit?
You can add a directory special remote to the same flash drive, and enable chunking in that special remote, and store the file in there.
Alternatively, there might be a less limited filesystem that you could reformat the drive with. Depending on the operating systems that this needs to work with..