3


我在尝试通过 Cloud 9 IDE 登录 heroku 时遇到问题。我在尝试登录时收到此错误。

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
4

1 回答 1

6

您需要更新 Heroku CLI。为此,请执行以下操作:

wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh
于 2017-07-01T22:10:30.357 回答