C:\RailsApps\Slambook> ls
'ls' is not recognized as an internal or external command,
operable program or batch file.我得到了这个错误。有人能帮我解决这个问题吗?
发布于 2013-12-15 08:41:01
您的命令输出如下:
C:\RailsApps\Slambook> ls
'ls' is not recognized as an internal or
external command, operable program or batch file.关键问题是,当你的命令提示符清楚地显示为'ls' is not recognized提示符时,会出现这样的错误。
我不是视窗专家,但我相信你要找的命令是dir。
此question & answer thread解决如何创建变通方法以允许ls在Windows设置上工作的问题。
https://stackoverflow.com/questions/20589969
复制相似问题