git this exceeds GitHub's file size limit of 100.00 MB


git push origin master過程中,出現如下錯誤

關鍵詞:this exceeds GitHub's file size limit of 100.00 MB

 

 

推的時候忽略文件的操作:(忽略大文件操作.gitignore不好使的時候),在提交之后推之前,輸入命令:

git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 01_reference/case/智慧熱網管理系統\(視頻\).wmv  01_reference/case/華勤軟件功能分析.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/智慧熱網管理系統\(視頻\).wmv  01_reference/case/華勤軟件功能分析.xlsx"  --prune-empty --tag-name-filter cat -- --all


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM