您当前的位置: 首页 >  git

Peter_Gao_

暂无认证

  • 1浏览

    0关注

    621博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

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

Peter_Gao_ 发布时间:2019-09-17 16:52:06 ,浏览量:1

最好的办法:备份好数据,然后全部目录删除

 

Github只允许上传最大100MB的文件,如果超过,则会被server reject

则需:

git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt"  --prune-empty --tag-name-filter cat -- --all

git commit --amend -CHEAD

git push origin master

注意要在.git文件夹目录下执行以上命令

 

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

微信扫码登录

0.0488s