我无法在GIT中删除我的文件夹。我不知道为什么,但我得到错误fatal: pathspec <...> did not match any files
Git - 我无法删除文件夹
[email protected] MINGW64 ~/Desktop/Projekty/cPlusPlusProjects/bazaPracownikow/bazaPracownikow (master)
$ ls
bazaPracownikow/ bazaPracownikow.sdf bazaPracownikow.sln Debug/
[email protected] MINGW64 ~/Desktop/Projekty/cPlusPlusProjects/bazaPracownikow/bazaPracownikow (master)
$ git rm --cached -r Debug/
fatal: pathspec 'Debug/' did not match any files
有“调试/”已被Git跟踪? –
目录不是git中的一等公民,但你应该首先谷歌。 –