I am doing an ai project wrote details to a json file came into this error
**remote: error: See http://git.io/iEPt8g for more information. remote: error: File data.json is 113.59 MB; this exceeds GitHub's file size limit of 100.00 MB remote: error: GH001: Large files detected. You may want to try Git Large File Storage **
I've deleted the file from git hub and have removed it locally but still running into this problem tried to set up git lfs as in the documentation but still same error
Looked at documentation I did git rm -f data.json Also git unstaged the file