当我使用 git status 时,它显示:
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# deleted: "project/Resources/font-365\345\211\257\346\234\254.png"
如何使用 git rm 删除它?我努力了:
git rm project/Resources/font-365\\345\\211\\257\\346\\234\\254.png
git rm \"project/Resources/font-365\\345\\211\\257\\346\\234\\254.png\"
他们不工作