github - git push時為什麼有些不存在了的檔案還會被嘗試提交
怪我咯
怪我咯 2017-05-02 09:20:05
0
1
581

我之前有一個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學習者快速成長!