git push origin master During the process, the following error occurs
Keywords: this exceeds GitHub’s file size limit of 100.00 MB
Ignore file operations when pushing: (ignore large file operations.gitignore is not good when), before pushing after commit, enter the command.
git filter-branch –force –index-filter “git rm –cached –ignore-unmatch 01_reference/case/222.wmv 01_reference/case/111.xlsx” –prune-empty –tag-name-filter cat — –all
git commit –amend -CHEAD
git push origin master
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 01_reference/case/222.wmv 01_reference/case/111.xlsx" --prune-empty --tag-name-filter cat -- --all
Similar Posts:
- [Solved] GitHub Error: this exceeds GitHub’s file size limit of 100 MB
- Conflict resolution after git error non fast forward
- Git Status Warming: Your branch is ahead of ‘origin/master’ by 1 commit…
- error: src refspec master does not match any [How to Solve]
- Git ignore rule (.Gitignore configuration) does not Wrok [How to Fix]
- Git | fatal: refusing to merge unrelated histories [How to Solve]
- [Solved] Git remote:error:refusing to update checked out branch:refs/heads/master”
- Git Push hint: Updates were rejected because the remote contains work that you do hint: not have …
- Git – Your branch and ‘origin/xxx’ have diverged