您当前的位置: 首页 >  git

Peter_Gao_

暂无认证

  • 0浏览

    0关注

    621博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Github/gitee 上传文件最大100MB限制this exceeds file size limit of 100.0 MB

Peter_Gao_ 发布时间:2020-02-20 18:49:13 ,浏览量:0

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

 

关注
打赏
1664521772
查看更多评论
立即登录/注册

微信扫码登录

0.0450s