Tag: 协作

尝试访问heroku控制台时,“您无法访问该应用程序”

我最近开始使用Ruby on Rails在Heroku上的一个项目中进行合作。 我被添加为协作者并将远程添加到我的环境中。 经过一些开发,我推动了一些改变并没有遇到任何问题: $ git push staging staging是我的遥控器的名称。 后来,当试图在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. 最后,我试图访问控制台,但它也失败了。 $ […]