I am aunable to push repo from my local to github it shows error "Large files detected."
Even there is no folder like client-app in folder structure. it was there previously but currently there is no folder but still showing this error. How can i solve this.
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File client-app/.parcel-cache/data.mdb is 455.44 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File client-app/.parcel-cache/data.mdb is 291.00 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 - https://git-lfs.github.com.`To github.com:username/repo.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'github.com:WaftTech/WaftEngine.git'
I have triend git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch client-app/.parcel-cache/data.mdb" HEAD command from How to remove/delete a large file from commit history in the Git repository? to remove but still this issue exist.