I am working on a Django project that has 3 Large files.
- 1st file: 4.3 GB
- 2nd file: ~ 600 MB
- 3rd file: ~ 30 MB
The Problem is that Git can't handle large files and crashes. I used Git LFS to track the large files but the problem still exists, because if I push it to the GitLab repo, it exceeds the GitLab repo limit size(5 GB) or at least slows down the project.
What can I do?