Error capturing Heroku project using git

I just can’t grab the source code of the application, according to the steps described here - http://devcenter.heroku.com/articles/facebook#create_an_app

My steps were all performed correctly (as mentioned in several other related posts).

  • A valid Heroku account has been created.
  • Written to Heroku from the command line.
  • Valid key loaded
  • Port 22 has been added to the exclusion list in the firewall settings.

[FYI: I'm on Windows 7]

Even after all this, I still get the following:

ssh: connect to host heroku.com port 22: Bad file number

Obviously ssh to heroku.com is also not working.

Any help is greatly appreciated.

+2
source share

All Articles