我無法在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中的一等公民,但你應該首先谷歌。 –