云集成开发环境无法连接Heroku。

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
1个回答

6

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

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

谢谢你! - AndrewLeonardi

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接