0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Heroku】Git Credential Managerのユーザー名とパスワードについて

Last updated at Posted at 2022-06-22

環境

  • Microsoft Windows 10.0.22000.739
  • Git 2.36.0.windows.1

はじめに

Git Bash で git push heroku main を実行したときに Git Credential Manager からユーザー名とパスワードの入力を求められる。しかし、Heroku のユーザー名とパスワードを入力しても通らない。
Git Credential Manager

解決策

ユーザー名

一応 Heroku に登録しているメールアドレスを入力したが、ユーザー名は無視されるため何も入力しなくても通るようだ。(Herokuにアプリをpushしたときにエラーが出る場合の対処法 | ぱーくん plus idea より)

パスワード

Authorization token を入力

Authorization token の調べ方

Heroku の Account settings > Applications で Authorizations の右側のアイコンをクリックすると Authorization token が見つかる。
Authorizations
Authorization token

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?