Error grabbing Heroku project using git

久未见 提交于 2020-01-04 08:18:31

问题


I just cannot grab my App's source code, as per the steps documented here - http://devcenter.heroku.com/articles/facebook#create_an_app

I have all steps followed correctly (as mentioned in a few other related posts).

  • Valid Heroku account created.
  • Logged into Heroku from command prompt.
  • Uploaded a valid key
  • Added the port 22 to the list of exceptions in my firewall settings.

[FYI : I'm on Windows 7]

Even after all these, I still get the following:

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

Obviously, ssh to heroku.com fails as well.

Any help is greatly appreciated.

来源:https://stackoverflow.com/questions/7442101/error-grabbing-heroku-project-using-git

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!