云 IDE 无法连接到 heroku
Cloud IDE unable to connect to heroku
我在尝试通过 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
您需要更新 Heroku CLI。为此,请执行:
wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh
我在尝试通过 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
您需要更新 Heroku CLI。为此,请执行:
wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh