Supprimer non git-répertoire dans le répertoire git bash, windows

xx@xx-PC ~/xampp/htdocs/sites
$ rmdir /s "yo-2"
rmdir: `/s': No such file or directory
rmdir: `yo-2': Directory not empty

xx@xx-PC ~/xampp/htdocs/sites
$ rmdir "yo-2"
rmdir: `yo-2': Directory not empty

Je ne peux pas sembler obtenir rmdir pour travailler dans git bash. Elle n'est pas dans un repo git et j'ai essayé ci-dessus. Mkdir fonctionne comme prévu, pourquoi ne marche pas?

OriginalL'auteur lxm7 | 2014-03-11