Is this Git for Windows or a linux machine? The current Git for Windows has the 4GB limit. You may find the WSL (Windows Subsystem Linux) (maybe WSL2) can handle that file size.
The initial packing of the commit (use an explicit command) could take a while (minutes-hours..) to do the compression (do make sure to pack the commit!) It's not really my area of expertise but hopefully it will give you a few pointers. you may want to look up monorepo discussions on the git mailing list https://lore.kernel.org/git/ On Monday, March 29, 2021 at 5:21:19 AM UTC+1 thew...@onme.info wrote: > I have to complete a project in a few days which will require me to > transfer over 75000 files totaling about 25gb. I'm using git, AWS > Codecommit, AWS pipelines, and 2 EC2 instances. I know a simple git commit > is not going to work with that many files and doing one folder at a time > will take forever. How should I approach this? > > > Specifics - > Local Machine 25gb files--> git push -->AWS codecommit--> EC2 1-->EC2 2 > > Basically want to transfer all the files from a folder on my local machine > to a remote repository in AWS Cloud using git. Once it's in the Remote Repo > it will then transfter all the files from one Server to a 2nd one. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/ae575382-4f25-472e-a006-065912330c34n%40googlegroups.com.