@@ -39,8 +39,8 @@ The following table summarizes the change in behavior and the mapping of older v
3939Value(s)|Old meaning|New meaning
4040-|-|-
4141` auto ` |Prompt if required – use cached credentials if possible|_ (unchanged)_
42- ` never ` ,< br /> ` false ` | Never prompt – fail if interaction is required|_ (unchanged)_
43- ` always ` ,< br /> ` force ` ,< br /> ` true ` |Always prompt – don't use cached credentials|Prompt if required (same as the old ` auto ` value)
42+ ` never ` , ` false ` | Never prompt – fail if interaction is required|_ (unchanged)_
43+ ` always ` , ` force ` , ` true ` |Always prompt – don't use cached credentials|Prompt if required (same as the old ` auto ` value)
4444
4545#### Example
4646
@@ -64,7 +64,7 @@ ID|Provider
6464` azure-repos ` |Azure Repos
6565` github ` |GitHub
6666` bitbucket ` |Bitbucket
67- ` gitlab ` |GitLab< br /> _ (supports OAuth in browser, personal access token and Basic Authentication)_
67+ ` gitlab ` |GitLab _ (supports OAuth in browser, personal access token and Basic Authentication)_
6868` generic ` |Generic (any other provider not listed above)
6969
7070Automatic provider selection is based on the remote URL.
@@ -92,11 +92,11 @@ Select the host provider to use when authenticating by which authority is suppor
9292Authority|Provider(s)
9393-|-
9494` auto ` _ (default)_ |_ \[ automatic\] _
95- ` msa ` , ` microsoft ` , ` microsoftaccount ` ,< br /> ` aad ` , ` azure ` , ` azuredirectory ` ,</ br > ` live ` , ` liveconnect ` , ` liveid ` |Azure Repos< br /> _ (supports Microsoft Authentication)_
96- ` github ` |GitHub< br /> _ (supports GitHub Authentication)_
97- ` bitbucket ` |Bitbucket.org< br /> _ (supports Basic Authentication and OAuth)_ < br /> Bitbucket Server< br /> _ (supports Basic Authentication)_
98- ` gitlab ` |GitLab< br /> _ (supports OAuth in browser, personal access token and Basic Authentication)_
99- ` basic ` , ` integrated ` , ` windows ` , ` kerberos ` , ` ntlm ` ,< br /> ` tfs ` , ` sso ` |Generic< br /> _ (supports Basic and Windows Integrated Authentication)_
95+ ` msa ` , ` microsoft ` , ` microsoftaccount ` , ` aad ` , ` azure ` , ` azuredirectory ` , ` live ` , ` liveconnect ` , ` liveid ` |Azure Repos _ (supports Microsoft Authentication)_
96+ ` github ` |GitHub _ (supports GitHub Authentication)_
97+ ` bitbucket ` |Bitbucket.org _ (supports Basic Authentication and OAuth)_ , Bitbucket Server _ (supports Basic Authentication)_
98+ ` gitlab ` |GitLab _ (supports OAuth in browser, personal access token and Basic Authentication)_
99+ ` basic ` , ` integrated ` , ` windows ` , ` kerberos ` , ` ntlm ` , ` tfs ` , ` sso ` |Generic _ (supports Basic and Windows Integrated Authentication)_
100100
101101#### Example
102102
@@ -320,7 +320,7 @@ Default value on Windows is `wincredman`, on macOS is `keychain`, and is unset o
320320
321321Value|Credential Store|Platforms
322322-|-|-
323- _ (unset)_ |Windows: ` wincredman ` < br /> macOS: ` keychain ` < br /> Linux: _ (none)_ |-
323+ _ (unset)_ |Windows: ` wincredman ` , macOS: ` keychain ` , Linux: _ (none)_ |-
324324` wincredman ` |Windows Credential Manager (not available over SSH).|Windows
325325` dpapi ` |DPAPI protected files. Customize the DPAPI store location with [ credential.dpapiStorePath] ( #credentialdpapistorepath ) |Windows
326326` keychain ` |macOS Keychain.|macOS
0 commit comments