创建我的 Rails 项目后,将其推送到 GIT 存储库中,但无法将其推送到 Heroku。当我运行命令时:
git push heroku master
我收到此错误:
ssh: connect to host heroku.com port 22: Bad file number
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repositiry exists.
它出什么问题了?