我一直在尝试在 cedar 上进行 heroku 控制台会话,但我没有任何乐趣。
旧的方法是:
heroku console
我了解新方法涉及两个步骤:
heroku run bash
然后
$ rails console
但在 heroku run bash 阶段,我不断得到:
heroku run bash
Running `bash` attached to terminal... up, run.1
!
! Timeout awaiting process
所以我检查了没有端口阻塞问题并且
telnet rendezvous.heroku.com 5000
给
Trying 50.19.103.36...
Connected to ec2-50-19-103-36.compute-1.amazonaws.com.
Escape character is '^]'.
正如我所料
我做错了什么,我需要做什么才能让这个控制台启动并运行?
谢谢!
PS我也试过了——heroku运行控制台——也超时了。