前提・実現したいこと
自作のアプリケーションをデプロイするために
Herokuにブラウザからログインし、メールアドレスとパスワードを入力したところ、
次の画面が出てそれ以上先に進めなくなりました。
発生している問題・エラーメッセージ
### 試したこと ①ターミナルでheroku login -iと入力したところ、 次のメッセージが表示されました。 > › Error: Your account has (or is required to be) MFA enabled; API requests › using basic authentication with email and password are not supported. › Please generate an authorization token for API access. › › Error ID: mfa_required ②APIキーの再作成が必要とのことだったため、 heroku auth:tokenと入力したところ、 次のメッセージが表示されました。 > › Error: Invalid credentials provided. › › Error ID: unauthorized ③エラー内容で検索したところ、次の記事を見つけました。 https://qiita.com/okamoto_ryo/items/11c95873b4906c0eced0 この記事の内容に従ったところ、 ブラウザでのログインに推移し、やはり同じ画面が出てしまいます。 ### 補足情報(FW/ツールのバージョンなど) herokuのバージョンはheroku/7.54.1 darwin-x64 node-v12.21.0です。
回答1件
あなたの回答
tips
プレビュー