Löschen von nicht git Verzeichnis in 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

Ich kann nicht scheinen, um rmdir arbeiten in der git-bash. Seine nicht in ein git repo, und ich habe versucht, die oben. Mkdir wie erwartet funktioniert, warum nicht diese?

InformationsquelleAutor lxm7 | 2014-03-11
Schreibe einen Kommentar