github - git push时为什么有些不存在了的文件还会被尝试提交
怪我咯
怪我咯 2017-05-02 09:20:05
0
1
583

我之前有一个static/a.bin文件,比较大。但是我后来删除了它,cached中也不见了,但是我push时,还是有它。提示如下:

remote: warning: File static/a.bin is 95.37 MB; this is larger than Git@OSC's recommended maximum file size of 50 MB
remote: error: File static/a.bin is 442.09 MB; this exceeds Git@OSC's file size limit of 100 MB
remote: error: hook declined to update refs/heads/master
怪我咯
怪我咯

走同样的路,发现不同的人生

全部回复(1)
给我你的怀抱

找到答案了,不好意思。执行了了git filter-branch --index-filter 'git rm -r --cached --ignore-unmatch static/a.bin' HEAD 就行了

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!