我是heroku的新手。所以,抱歉这个愚蠢的问题。
我的问题是,我不知道错误是什么,但有一点可以肯定我无法通过ssh连接到我的heroku服务器。如果可能的话,我想知道如何获得更详细的错误日志或类似的东西。我尝试添加-v
或--verbose
切换到heroku
命令,但没有运气。
贝娄是我做的完整动作,嗯,基本上我遵循了heroku网站上的内容。
以下是根据heroku的教程网站通过ssh进行连接的方法。
xxx@yyy:~/xwprog/heroku-sample-gradle1 $ heroku ps:exec Establishing credentials... done Connecting to web.1 on ⬢ guarded-fjord-42322... ▸ There was an error connecting to the dyno!
当前正在运行的流程
xxx@yyy:~/xwprog/heroku-sample-gradle1 $ heroku ps Free dyno hours quota remaining this month: 550h 0m (100%) For more information on dyno sleeping and how to upgrade, see: https://devcenter.heroku.com/articles/dyno-sleeping === web (Free): build/install/gradle-getting-started/bin/gradle-getting-started (1) web.1: up 2018/03/10 16:56:04 +0700 (~ 16m ago)
试图运行bash,但它确实有效。缺点是每次我断开连接,状态也会重置,并且容易断开连接,并显示错误消息ECONNRESET: read ECONNRESET
xxx@yyy:~/xwprog/heroku-sample-gradle1 $ heroku run bash Running bash on ⬢ guarded-fjord-42322... up, run.3587 (Free) ~ $
谢谢。