ksaitoの日記

日々試したことの覚え書き

githubの二要素認証を設定するとpush時に認証エラーになる

移転しました。

自動的にリダイレクトします。

githubで二要素認証を設定するとpush時に認証エラーになります。

$ git push origin develop
Username for 'https://github.com': ***
Password for 'https://***@github.com':
remote: Invalid username or password.   
fatal: Authentication failed for 'https://github.com/***/***.git/'

下記のリンクにある通り、githubのアカウント-Settingsでpersonal access tokens pageを選択してアクセストークンを作成し、パスワードは、このトークンを使う必要があるようです。 githubのパスワードを何度入力してもダメで焦りました。

Two-factor Authentication · GitHub