Skip to content

Instantly share code, notes, and snippets.

@chuanwang66
Created October 21, 2014 12:06
Show Gist options
  • Save chuanwang66/60d2387465b1b1a31d3e to your computer and use it in GitHub Desktop.
Save chuanwang66/60d2387465b1b1a31d3e to your computer and use it in GitHub Desktop.
Github 修正上传时“this exceeds GitHub’s file size limit of 100 MB”错误
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt" --prune-empty --tag-name-filter cat -- --all
git commit --amend -CHEAD
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment