3


I am having a problem trying to login to heroku via Cloud 9 IDE. I recieve this error when trying to login.

jafar70:~/workspace (master) $ heroku login
Enter your Heroku credentials.
Email: jafsalami@hotmail.co.uk
Password (typing will be hidden): 
 ▸    HTTP Error: https://api.heroku.com/login 410 Gone
 ▸    Invalid response from API.
 ▸    HTTP 410
 ▸    {email password}
 ▸    
 ▸    Are you behind a proxy?
 ▸    https://devcenter.heroku.com/articles/using-the-cli#using-an-http-proxy
James Ocean
  • 145
  • 1
  • 2
  • 14

1 Answers1

6

You need to update the Heroku CLI. For that, do:

wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh
Gabriel Prá
  • 1,377
  • 10
  • 21