Using a Windows 7 64-bit machine with the latest railsinstaller.org installer and no previous installations, I am having a problem when I follow these steps in the Git Extensions BASH terminal.
I have created a new app, using:
rails new testapp
then I do:
gem install foreman
and it gives me:
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
How should I start troubleshooting this?