Skip to content

Instantly share code, notes, and snippets.

@vovs03
Last active May 27, 2018 10:48
Show Gist options
  • Save vovs03/4708a89f3084d169246475e2313108cc to your computer and use it in GitHub Desktop.
Save vovs03/4708a89f3084d169246475e2313108cc to your computer and use it in GitHub Desktop.
Heroku login (Why not done?)

Problem: heroku login

environment, versions

OS: LinuxMint 18.3

Package Status
npm installed
heroku installed
toolbelt installed
heroku --version
heroku/7.0.60 linux-x64 node-v10.2.1

Heroku login

heroku login    
heroku: Enter your login credentials
Email [xx@gmail.com]: xx@gmail.com
Password: ***********
/usr/lib/heroku/node_modules/@oclif/errors/lib/index.js:29
        throw err;
        ^

Error: timed out
    at Object.error (/usr/lib/heroku/node_modules/@oclif/errors/lib/index.js:22:17)
    at Timeout.setTimeout (/usr/lib/heroku/node_modules/@heroku-cli/command/lib/login.js:25:38)
    at ontimeout (timers.js:427:11)
    at tryOnTimeout (timers.js:289:5)
    at unrefdHandle (timers.js:511:7)
    at Timer.processTimers (timers.js:211:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment