【问题标题】:heroku deployment failed to push some refs?heroku 部署未能推送一些参考?
【发布时间】:2014-06-26 18:49:51
【问题描述】:

尝试按照以下指南将我的第一个应用程序部署到 heroku:https://devcenter.heroku.com/articles/git#deploying-code。我执行了 ssh-keygen -t rsa。 当我尝试执行时:

git push heroku master

我收到此错误:

【问题讨论】:

标签: git heroku heroku-toolbelt


【解决方案1】:

“不支持 Cedar 的应用程序”意味着您推送的内容不包含任何代码或文件,可以让 Heroku 识别您正在推送的应用程序类型。

你推送的 git repo 中有什么?

例如,对于 Ruby 应用程序,you need a Gemfileother languages 有类似的要求。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-03-26
    • 2017-12-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-08-07
    • 2018-03-27
    • 2012-04-05
    相关资源
    最近更新 更多