LoginSignup
1
2

More than 5 years have passed since last update.

HTTP Error: https://api.heroku.com/login 410 Gone

Posted at

概要

Djangoのプロジェクトを試しにあげてみようと久しぶり
コマンドでheroku loginをしたところ

▸ HTTP Error: https://api.heroku.com/login 410 Gone
▸ Invalid response from API.
▸ HTTP 410
▸ {[自分のメールアドレス] [自分のパスワード]}
▸ Are you behind a proxy?
https://devcenter.heroku.com/articles/using-the-cli#using-an-http-proxy

と返ってきたのでその解決法をまとめておく。

解決法

単純に久しぶりでアップデートをしていなかったのでherokuをupdateする。

使うコマンドとしては

npm update -g heroku-cli

または

heroku update

を使う。

updateが終わってからheroku login

Logged in as [自分のメールアドレス]

こうなれば大丈夫。

以上。

何か補足や間違いなどあったらコメントください。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2