0
点赞
收藏
分享

微信扫一扫

git 使用出错

戴老师成长记录仪 2022-07-12 阅读 54

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'



举报

相关推荐

0 条评论