我已经坚持了一段时间......帮助将不胜感激!
我正在尝试创建一个rails应用程序并部署到heroku。如此步骤中所述:
https://devcenter.heroku.com/articles/getting-started-with-rails4#deploy-your-application-to-heroku
我创建了一个应用并看到了成功:
|master| → heroku create big-services-ca
Creating big-services-ca... done, stack is cedar-14
https://big-services-ca.herokuapp.com/ | git@heroku.com:big-services-ca.git
Git remote heroku added
看起来很成功。但是当我运行命令以查看它是否时,我看到一个错误。我不确定是什么导致了这一点。
|master| → git config -e
/usr/bin/mate -w: /usr/bin/mate: No such file or directory
error: There was a problem with the editor '/usr/bin/mate -w'.
当我以这种方式检查它时看起来也很成功:
|master| → git remote -v
heroku git@heroku.com:big-services-ca.git (fetch)
heroku git@heroku.com:big-services-ca.git (push)
并不令我惊讶,我是他们无法推动掌握:
To git@heroku.com:big-services-ca.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:big-services-ca.git'
答案 0 :(得分:0)
|master| → git config -e
/usr/bin/mate -w: /usr/bin/mate: No such file or directory
error: There was a problem with the editor '/usr/bin/mate -w'.
此命令尝试打开默认文本编辑器。在这种情况下,它是TextMate。 但似乎你没有安装它。 只需更改默认编辑器即可成功