当前位置:   article > 正文

git push报错remote: Please remove the file from history and try again

git push报错remote: Please remove the file from history and try again

原因:上传文件超过100M,找到此文件删除即可。

1、查看是哪个文件过大,此处对用红框里面的 a6de1336c67c3bac77757c5eff8c8001823f7c92,得到具体的文件名称

git rev-list --objects --all | grep a6de1336c67c3bac77757c5eff8c8001823f7c92

2、删除过大的文件:文件名称从1中得到,此处为data/222.glb

git filter-branch --tree-filter 'rm -f data/222.glb' HEAD

最后出现Ref 'refs/heads/master' was rewritten则表示删除成功

3、重新push

git push

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

闽ICP备14008679号