1 |
$ git config --show-origin credential.helper |
- デフォルト : 毎回、ユーザー名とパスワードを尋ねる
- cache : メモリーキャッシュ(15分後にキャッシュから削除)
- store : ファイル(
.git-credentials
)保存 - manager : 認証マネージャー
Windowsの認証マネージャ
https://github.com/microsoft/Git-Credential-Manager-for-Windows