2017-06-28 9 views
3


Cloud 9 IDE経由でherokuにログインしようとして問題が発生しました。ログインしようとするとこのエラーが発生します。Cloud IDEがherokuに接続できません

jafar70:~/workspace (master) $ heroku login 
Enter your Heroku credentials. 
Email: [email protected] 
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 

答えて

6

Heroku CLIを更新する必要があります。そのためには:

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

Gabrielに感謝します。 –

+0

ありがとうございます! – AndrewLeonardi

関連する問題