Heroku:您的客户端版本不支持此功能。 Heroku 日志中的错误
这是什么原因造成的?
当我尝试运行 heroku log
时发生这种情况
What causes this?
It occurred when I try to run heroku logs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
这是什么原因造成的?
当我尝试运行 heroku log
时发生这种情况
What causes this?
It occurred when I try to run heroku logs
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您需要更新heroku gem(
gem update heroku
)。You need to update the heroku gem (
gem update heroku
).如果
gem update heroku
不适合您,请尝试heroku update
。If
gem update heroku
does not work for you, tryheroku update
.