$ git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch 文件相对路径' \ --prune-empty \ --tag-name-filter cat -- --all$ git push origin master -f