每次输入英雄式更新时,我都会收到以下消息
This is the legacy Heroku CLI. Please install the new CLI from https://cli.heroku.com
heroku-cli: Updating CLI... already on latest version: 6.12.0-a504409
heroku-cli: Updating plugins... done
! `heroku update` is only available from Heroku Toolbelt.
! Download and install from https://toolbelt.heroku.com但我确实点击了链接并重新安装了它,当我再次尝试时,同样的消息会弹出。我该如何解决这个问题呢?
发布于 2017-07-03 23:57:01
尝试将HEROKU_DEBUG=1添加到命令中,它将告诉您它遇到的任何问题。
您还可以尝试使用DEBUG=*查看更详细的命令输出。
错误日志文件存储在
MacOS ~/Library/Caches/heroku/error.log Windows %LOCALAPPDATA%\heroku\error.log Linux/Other ~/.cache/heroku/error.log (or XDG_CACHE_HOME if set)
参考https://devcenter.heroku.com/articles/heroku-cli#troubleshooting
https://stackoverflow.com/questions/44889339
复制相似问题