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'

相关文章:

  • 2021-09-16
  • 2021-05-24
  • 2018-10-09
  • 2021-08-20
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-08-20
  • 2022-01-15
  • 2021-09-28
相关资源
相似解决方案