this exceeds GitHub's file size limit of 100 MB

Posted long5683

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了this exceeds GitHub's file size limit of 100 MB相关的知识,希望对你有一定的参考价值。

GitHub对文件的大小有限制,问题在于,当移除了相关的文件之后,问题依然存在。

解决方法:

除了移除相关的文件,还要修改git的历史记录,移除相应的commit结点。

最简单的方法是使用以下命令:

git filter-branch -f --index-filter ‘git rm --cached --ignore-unmatch YOUR-FILE‘

此命令会将指定的文件从push过程中过滤掉。

以上是关于this exceeds GitHub's file size limit of 100 MB的主要内容,如果未能解决你的问题,请参考以下文章

mysql exceeded the 'max_questions' resource 记录

Unable to add App ID because the '10' App ID limit in '7' days has been exceeded.

git码云,提示This repository(including wiki) size xxxx MB, exceeds 1024.00 MB.

exchange2013警告The maximum number of concurrent connections has exceeded a limit

beforeEach钩子,next('/login') 跳转问题,无线循环导致Maximum call stack size exceeded问题

解决Github中使用Octotree时,出现 Error: API limit exceeded 报错 或者 Error: Connection error报错的问题(详细操作)