-
git
に関する認証情報の保存先を確認する。-
Windows環境
$ git config --global credential.helper manager
-
-
manager
の場合、GCM(Git Credential Manager)
に保存される。 -
GCM
からgithub.com
に関する認証情報を取得する。$ git credential-manager get protocol=https[Enter] host=github.com[Enter] [Enter]
protocol=https host=github.com path= username=foobar@example.com password=********
-
GCM
からgithub.com
に関する認証情報を削除する。$ git credential-manager erase protocol=https[Enter] host=github.com[Enter] [Enter]
-
git clone
コマンドを実行する。 -
GCM
の認証画面が表示される。 -
新たに、
github.com
の認証情報をキャッシュする。 -
パスワードにアクセストークンを指定する。
More than 3 years have passed since last update.
gitコマンドを2要素認証に対応させるメモ
Last updated at Posted at 2020-11-21
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme