【发布时间】:2013-11-20 10:26:57
【问题描述】:
目前,当我尝试推送到 Git 存储库时,我收到以下错误。
remote: error: GH001: Large files detected.
remote: error: Trace: 7bbfe5c1099cfe679aa3cd1eee13e10a
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File e3384023be667de7529538b11c12ec68.201307290946.sql.gz is 125.37 MB; this exceeds GitHub's file size limit of 100 MB
我已经检查并确保目录中不存在此文件,并已完成git add -u。我们试图修剪分支,但这不起作用,因为它找不到要删除的文件。
【问题讨论】:
-
通过命令行找不到结果 find --name "*.sql.gz" 也许您的文件位于 phpmyadmin 目录或某个临时目录中?
-
这似乎也没有找到任何东西。
标签: github