git 使用出错

git rm 10编码/Src/xxx/bin/Debug/xxx.pdb
error: the following file has local modifications:
10编码/Src/xxx/bin/Debug/xxx.pdb
(use --cached to keep the file, or -f to force removal)

git rm 10编码/Src/xxx/bin/Debug/xxx.pdb -f
rm '10编码/Src/xxx/bin/Debug/xxx.pdb'

原文地址:https://www.cnblogs.com/xiaoruilin/p/14801019.html