Windows 7 64 ビット マシンで最新の railsinstaller.org インストーラーを使用し、以前のインストールを行っていない場合、Git Extensions BASH ターミナルで次の手順を実行すると問題が発生します。
以下を使用して、新しいアプリを作成しました。
rails new testapp
それから私は:
gem install foreman
そしてそれは私に与えます:
Bad file descriptor
c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/foreman-0.63.0/lib/foreman/
engine.rb:372:in `read_nonblock'
c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/foreman-0.63.0/lib/foreman/
engine.rb:372:in `block (2 levels) in watch_for_output'
c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/foreman-0.63.0/lib/foreman/
engine.rb:368:in `loop'
c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/foreman-0.63.0/lib/foreman/
engine.rb:368:in `block in watch_for_output'
20:57:01 web.1 | exited with code 0
20:57:01 system | sending SIGKILL to all processes
この問題のトラブルシューティングを開始するにはどうすればよいですか?