当前位置:   article > 正文

Github/gitee 上传文件最大100MB限制this exceeds file size limit of 100.0 MB_this exceeds github's file size limit of 100.00 mb

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

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/721435
推荐阅读
相关标签
  

闽ICP备14008679号