You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment.md
+80-39Lines changed: 80 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Environment variables
2
2
3
-
[Git Credential Manager](usage.md) works out of the box for most users. Configuration options are available to customize or tweak behavior.
3
+
[Git Credential Manager][] works out of the box for most users. Configuration options are available to customize or tweak behavior.
4
4
5
-
Git Credential Manager (GCM) can be configured using environment variables. **Environment variables take precedence over [configuration](configuration.md) options and enterprise system administrator [default values](enterprise-config.md)**.
5
+
Git Credential Manager (GCM) can be configured using environment variables. **Environment variables take precedence over [configuration][] options and enterprise system administrator [default values][]**.
6
6
7
7
For the complete list of environment variables GCM understands, see the list below.
> This setting is deprecated and should be replaced by the [standard `http.proxy` Git configuration option](https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpproxy).
320
+
> This setting is deprecated and should be replaced by the [standard `http.proxy` Git configuration option][].
321
321
>
322
-
> Click [here](https://aka.ms/gcm/httpproxy) for more information.
322
+
> See the [HTTP proxy configuration][] for more information.
323
323
324
324
Configure GCM to use the a proxy for network operations.
325
325
@@ -337,7 +337,7 @@ SET GCM_HTTP_PROXY=http://john.doe:[email protected]
`wincredman`|Windows Credential Manager (not available over SSH).|Windows
505
-
`dpapi`|DPAPI protected files. Customize the DPAPI store location with [`GCM_DPAPI_STORE_PATH`](#gcm_dpapi_store_path)|Windows
505
+
`dpapi`|DPAPI protected files. Customize the DPAPI store location with [`GCM_DPAPI_STORE_PATH`][gcm-dpapi-store-path]|Windows
506
506
`keychain`|macOS Keychain.|macOS
507
-
`secretservice`|[freedesktop.org Secret Service API](https://specifications.freedesktop.org/secret-service/) via [libsecret](https://wiki.gnome.org/Projects/Libsecret) (requires a graphical interface to unlock secret collections).|Linux
508
-
`gpg`|Use GPG to store encrypted files that are compatible with the [`pass` utility](https://www.passwordstore.org/) (requires GPG and `pass` to initialize the store).|macOS, Linux
509
-
`cache`|Git's built-in [credential cache](https://git-scm.com/docs/git-credential-cache).|Windows, macOS, Linux
510
-
`plaintext`|Store credentials in plaintext files (**UNSECURE**). Customize the plaintext store location with [`GCM_PLAINTEXT_STORE_PATH`](#gcm_plaintext_store_path).|Windows, macOS, Linux
507
+
`secretservice`|[freedesktop.org Secret Service API][freedesktop-ss] via [libsecret][libsecret] (requires a graphical interface to unlock secret collections).|Linux
508
+
`gpg`|Use GPG to store encrypted files that are compatible with the [`pass` utility][passwordstore] (requires GPG and `pass` to initialize the store).|macOS, Linux
509
+
`cache`|Git's built-in [credential cache][git-credential-cache].|Windows, macOS, Linux
510
+
`plaintext`|Store credentials in plaintext files (**UNSECURE**). Customize the plaintext store location with [`GCM_PLAINTEXT_STORE_PATH`][gcm-plaintext-store-path].|Windows, macOS, Linux
511
511
512
512
#### Windows
513
513
@@ -521,14 +521,14 @@ SET GCM_CREDENTIAL_STORE="gpg"
@@ -646,7 +646,7 @@ Use the operating system account manager where available.
646
646
647
647
Defaults to `false`. This default is subject to change in the future.
648
648
649
-
_**Note:** before you enable this option on Windows, please [review the details](windows-broker.md) about what this means to your local Windows user account._
649
+
_**Note:** before you enable this option on Windows, please [review the details][windows-broker] about what this means to your local Windows user account._
650
650
651
651
Value|Description
652
652
-|-
@@ -665,7 +665,7 @@ SET GCM_MSAUTH_USEBROKER="true"
0 commit comments