假设要删除的文件是password.txt,运行如下命令: ``` git filter-branch --force --index-filter 'git \ rm --cached --ignore-unmatch password.txt' \ --prune-empty --tag-nam