-2

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.

manoj
  • 4,331
  • 6
  • 21
  • 43
  • 2
    `See http://git.io/iEPt8g for more information` - have you read this page? – AD7six May 23 '22 at 05:54
  • I have triend `git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch client-app/.parcel-cache/data.mdb" HEAD` command but not solve the problem. – manoj May 23 '22 at 06:37
  • 2
    Always add such details to the question please (showing the output, and got push too, with the output) and not as a comment – AD7six May 23 '22 at 06:44

0 Answers0