Created
October 21, 2014 12:06
-
-
Save chuanwang66/60d2387465b1b1a31d3e to your computer and use it in GitHub Desktop.
Github 修正上传时“this exceeds GitHub’s file size limit of 100 MB”错误
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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