@@ -39,8 +39,8 @@ The following table summarizes the change in behavior and the mapping of older v
39
39
Value(s)|Old meaning|New meaning
40
40
-|-|-
41
41
` 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)
44
44
45
45
#### Example
46
46
@@ -64,7 +64,7 @@ ID|Provider
64
64
` azure-repos ` |Azure Repos
65
65
` github ` |GitHub
66
66
` 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)_
68
68
` generic ` |Generic (any other provider not listed above)
69
69
70
70
Automatic 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
92
92
Authority|Provider(s)
93
93
-|-
94
94
` 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)_
100
100
101
101
#### Example
102
102
@@ -320,7 +320,7 @@ Default value on Windows is `wincredman`, on macOS is `keychain`, and is unset o
320
320
321
321
Value|Credential Store|Platforms
322
322
-|-|-
323
- _ (unset)_ |Windows: ` wincredman ` < br /> macOS: ` keychain ` < br /> Linux: _ (none)_ |-
323
+ _ (unset)_ |Windows: ` wincredman ` , macOS: ` keychain ` , Linux: _ (none)_ |-
324
324
` wincredman ` |Windows Credential Manager (not available over SSH).|Windows
325
325
` dpapi ` |DPAPI protected files. Customize the DPAPI store location with [ credential.dpapiStorePath] ( #credentialdpapistorepath ) |Windows
326
326
` keychain ` |macOS Keychain.|macOS
0 commit comments