GitHub has a limit on the size of files. The problem is that after the relevant files are removed, the problem still exists.
Solution:
In addition to removing related files, you should also modify the GIT history and remove the corresponding commit node.
The easiest way is to use the following command:
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch your-file'
This command will filter the specified file from the push process.
Please use this command with caution. It is strongly recommended to back up before use to prevent misoperation.
Similar Posts:
- git this exceeds GitHub’s file size limit of 100.00 MB
- Spring MVC: How to Solve Chinese garbled code Issue
- Failed to resolve filter error [How to Solve]
- [Solved] Dubbo uses filter error: No such extension consumerStaticFilter for filter/com.alibaba.dubbo.rpc.Filter
- Configure Struts2 web.xml to report an error [How to Solve]
- Git ignore rule (.Gitignore configuration) does not Wrok [How to Fix]
- How to Solve Error: Preflight response is not successful
- [Solved] Python import pandastime Error: Could not import the lzma module
- Tomcat set x-frame-option
- [Solved] The activity must be exported or contain an intent-filter