gpt4 book ai didi

ruby-on-rails - 尝试访问 heroku 控制台时“您无权访问该应用程序”

转载 作者:行者123 更新时间:2023-12-03 15:05:28 25 4
gpt4 key购买 nike

我最近开始使用 Ruby on Rails 在 Heroku 上的一个项目中进行协作。我被添加为合作者并将 Remote 添加到我的环境中。经过一些开发,我推送了一些更改并且没有问题:

$ git push staging

其中 staging 是我的 Remote 的名称。
后来,当尝试在 Heroku 上运行“rake test”时,我收到一个错误:
$heroku run rake test --app staging
Running `rake test` attached to terminal... failed
! You do not have access to the app staging.

这很奇怪,因为我完全能够插入自己的变化。我检查了 Heroku 仪表板,看到我的推送记录在那里。然后我尝试使用控制台查看日志,并且发生了同样的问题。
$ heroku logs --app staging
! You do not have access to the app staging.

最后,我尝试访问控制台,但也失败了。
$ heroku run rails console --app staging
Running `rails console` attached to terminal... failed
! You do not have access to the app staging.

此时我更新了我的 Heroku 工具带安装,并使用“heroku auth”来验证我的电子邮件是否显示,但错误仍然存​​在。我目前正在联系 Heroku 支持,但我希望有类似问题的人可以同时帮助我。

谢谢!

最佳答案

因此,以防万一有人遇到类似问题,这是因为我将 Heroku 应用程序的名称与 git Remote 的名称混合在一起。因此,当我调用 --app staging(我的 Remote 的名称)时,我应该使用应用程序的实际名称,如 Heroku 中所示。

关于ruby-on-rails - 尝试访问 heroku 控制台时“您无权访问该应用程序”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32577459/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com