我一直在尝试完成本教程,但遇到了foreman start
线路问题。我正在使用 Windows 7、64 位机器,并试图在 Heroku Toolbelt 提供的 git bash 终端中执行此操作。
当我进入时,foreman start
我收到:
sh.exe": /c/Program Files (x86)/Heroku/ruby-1.9.2/bin/foreman: "c:/Program: bad
interpreter: No such file or directory
因此,我尝试通过键入cmd
然后使用在 git bash 中输入 cmd foreman start
(类似于对这个问题的答案之一的评论)。这就是产生的结果:
Bad file descriptor
c:/Program Files (x86)/Heroku/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.62.0
/lib/foreman/engine.rb:377:in `read_nonblock'
c:/Program Files (x86)/Heroku/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.62.0
/lib/foreman/engine.rb:377:in `block (2 levels) in watch_for_output'
c:/Program Files (x86)/Heroku/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.62.0
/lib/foreman/engine.rb:373:in `loop'
c:/Program Files (x86)/Heroku/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.62.0
/lib/foreman/engine.rb:373:in `block in watch_for_output'
21:06:08 web.1 | exited with code 1
21:06:08 system | sending SIGKILL to all processes
我不知道第二组错误试图告诉我什么,因为它似乎声称 engine.rb 正在运行的文件位置在我的计算机上甚至都不存在。
我已经查看了类似问题的其他答案,但是我没有收到类似的错误,因此不相信目前存在解决我的问题的方法。