Cloud IDE can't connect to hero


I have a problem trying to log into a hero through the Cloud 9 IDE. I am getting this error when I try 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

      

+3


source to share


1 answer


You need to update the Heroku CLI. To do this, run:



wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh

      

+6


source







All Articles