LoginSignup
2
1

More than 5 years have passed since last update.

【Mac】git push heroku masterでusernameとpasswordを聞かれた際の対処

Last updated at Posted at 2019-03-03

問題

  • herokuにpushを行おうとしたら、UsernameとPasswordを聞かれて、先に進めなくなった

対応

  • 結論的には、heroku login すれば解決する
  • heroku auth:token で出てきたPasswordを通せば良い的な記事も見るが、Macでの開発環境では解決できなかった
    • ちなみに、打つと下記のようなerrorが吐き出される
›   Warning: heroku update available from 7.19.4 to 7.22.2
›   Warning: Invalid credentials provided.
›
›   Error ID: unauthorized
2
1
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
2
1