我在尝试通过Cloud9IDE登录到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发布于 2017-07-01 22:10:30
你需要更新Heroku CLI。为此,请:
wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | shhttps://stackoverflow.com/questions/44808854
复制相似问题