【发布时间】:2014-04-15 00:22:01
【问题描述】:
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
我似乎无法让 rmdir 在 git bash 中工作。它不在 git repo 中,我已经尝试过上述方法。 Mkdir 按预期工作,为什么不这样?
【问题讨论】:
标签: command-line git-bash