我在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)
Run Code Online (Sandbox Code Playgroud)
它是什么意思,我怎么能摆脱它?