khe*_*aud 7 git encoding git-rm
我在我的git存储库中添加了我想要删除的文件.我用它删除了它rm XXX.现在,git status告诉我:
Changed but not updated:
deleted: "Sche\314\201ma application + interface.graffle"
Run Code Online (Sandbox Code Playgroud)
不管我怎么样git rm,我还有一个:
fatal: pathspec 'Schêma application + interface.graffle' did not match any files
Run Code Online (Sandbox Code Playgroud)
我试图逃跑的空格用\,为了躲避\同\\,逃跑"用\".无论我尝试什么,都失败了.
你有提示吗?