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