Heroku_can不升级到 Cedar-14
Heroku_can't upgrade to Cedar-14
根据 Heroku 的要求,我尝试从 Cedar-10 升级到 Cedar-14,但没有成功。
在我的控制台上,当我执行
heroku stack:set cedar-14
我明白了:
`stack:set` is not a heroku command.
即使我已经按照建议安装了最新版本的 heroku toolbelt there(我在 Windows),我也会收到相同的错误消息
非常感谢
您当前的 heroku 版本似乎不是最新的。
您可以尝试的事情:
heroku update
如果不行
gem uninstall heroku
重新安装 gem 或 heroku 工具带
如果这不起作用:
which heroku
删除上述命令所列路径下的可执行文件
之后重新安装 heroku toolbelt
更多信息请查看:https://devcenter.heroku.com/articles/heroku-command
根据 Heroku 的要求,我尝试从 Cedar-10 升级到 Cedar-14,但没有成功。 在我的控制台上,当我执行
heroku stack:set cedar-14
我明白了:
`stack:set` is not a heroku command.
即使我已经按照建议安装了最新版本的 heroku toolbelt there(我在 Windows),我也会收到相同的错误消息
非常感谢
您当前的 heroku 版本似乎不是最新的。
您可以尝试的事情:
heroku update
如果不行
gem uninstall heroku
重新安装 gem 或 heroku 工具带
如果这不起作用:
which heroku
删除上述命令所列路径下的可执行文件
之后重新安装 heroku toolbelt
更多信息请查看:https://devcenter.heroku.com/articles/heroku-command