I tried pushing files into my github repo and a file sized big and indeed i removed that file from my git status. But that file still causes size issues.
Asked
Active
Viewed 27 times
0
-
1Obviously Github has a file limit 100Mb. Please see here: https://docs.github.com/en/free-pro-team@latest/github/managing-large-files/conditions-for-large-files And here they suggest how to work with large files: https://docs.github.com/en/free-pro-team@latest/github/managing-large-files/versioning-large-files Also, on the error you get. It suggest you to use LFS – MaD Oct 05 '20 at 07:39
-
The error message should be posted as text. & There's not enough information to debug the issue. Do you have the file in the git commit log (history)? – user202729 Oct 05 '20 at 10:27
-
How do i remove and re-solve the error? – Sai Krishnadas Oct 05 '20 at 11:40
-
Possible duplicate of https://stackoverflow.com/questions/45135185/how-to-remove-too-large-file-from-git-history – user202729 Oct 05 '20 at 11:43
-
Yeah did see that post, But couldn't help. I used *git rm --cached myfile.json*.. Once, I looked into git status it shows myfile.json was untracked. But after the push it still shows the same error as in the screenshot – Sai Krishnadas Oct 05 '20 at 11:52