我正在完成“Learn Ruby the Hard Way”,我一直坚持练习 46。我已经搜索过,但是因为我对命令提示符知之甚少,所以很难细化我的查询以获得答案。
这是我尝试执行的代码和响应:
mkdir bin lib lib/NAME test
The syntax of the command is incorrect
另外我尝试输入以下内容也会收到错误。
touch lib/NAME.rb
touch lib/NAME/version.rb
'touch' is not recognized as an internal or external command, operable program or batch file.
这是某种配置问题吗?
提前感谢您的帮助