Node js上的Heroku登录问题

R·万乔希

我在heroku上很好地部署了我的应用程序,但是现在出现以下错误:

heroku: Press any key to open up the browser to login or q to exit: 
heroku: Waiting for login... done
/home/ubuntu/.local/share/heroku/client/7.18.9/node_modules/@oclif/errors/lib/index.js:29
        throw err;
        ^

Error: timed out
    at Object.error (/home/ubuntu/.local/share/heroku/client/7.18.9/node_modules/@oclif/errors/lib/index.js:22:17)
    at Timeout.setTimeout [as _onTimeout] (/home/ubuntu/.local/share/heroku/client/7.18.9/node_modules/@heroku-cli/command/lib/login.js:27:38)
    at listOnTimeout (timers.js:324:15)
    at processTimers (timers.js:268:5)

这是什么意思,我该如何摆脱呢?

凯兰·克劳利(Keland Crawley)

我有同样的问题。我必须输入

heroku登录-i

显然,-i代表交互式。我必须找到我可以访问的教程的代码中隐藏的答案。我以为我会在这里贴这个,以防别人帮忙。希望这可以帮助!

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章