Github file size limit changed 6/18/13. Can't push now

前端 未结 6 560
灰色年华
灰色年华 2020-11-28 08:07

How does this change as of June 18, 2013 affect my existing repository with a file that exceeds that limit? I last pushed 2 months ago with a large file.

I have a l

6条回答
  •  春和景丽
    2020-11-28 08:40

    Hi you could solve easily in this way:

    git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch FILENAME.TAR' --prune-empty --tag-name-filter cat -- --all

    link: https://help.github.com/articles/remove-sensitive-data

提交回复
热议问题