I have a Swift written app, the app itself contains a .mlmodel
file that's rather large - 230MB. On the Github's website you can read the following:
GitHub will warn you when pushing files larger than 50 MB. You will not be allowed to push files larger than 100 MB.
When I try to push my project to the remote repository, I get the:
The remote repository rejected commits.
Which is expected due to the large size. My question is how to deal with this situation? Is there a work around this?
If you want to keep a reference of that large file (>200MB) in your GitHub repository, you would nee to:
As detailed here: