Skip to content

Commit 5593bd4

Browse files
authored
docs: update git credential cache platforms (#1049)
GCM's documentation states that git's credential cache is supported on Windows. Unfortunately, due to lack of Unix socket support on Windows versions prior to Windows 10, this feature is not currently supported on Windows, so this change removes it from the list of platforms on which this credstore can be used. See [this issue](git-for-windows/git#3892) for more details.
2 parents c484477 + d0e5964 commit 5593bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ _(unset)_|Windows: `wincredman`, macOS: `keychain`, Linux: _(none)_|-
442442
`keychain`|macOS Keychain.|macOS
443443
`secretservice`|[freedesktop.org Secret Service API][freedesktop-ss] via [libsecret][libsecret] (requires a graphical interface to unlock secret collections).|Linux
444444
`gpg`|Use GPG to store encrypted files that are compatible with the [pass][pass] (requires GPG and `pass` to initialize the store).|macOS, Linux
445-
`cache`|Git's built-in [credential cache][credential-cache].|Windows, macOS, Linux
445+
`cache`|Git's built-in [credential cache][credential-cache].|macOS, Linux
446446
`plaintext`|Store credentials in plaintext files (**UNSECURE**). Customize the plaintext store location with [`credential.plaintextStorePath`][credential-plaintextstorepath].|Windows, macOS, Linux
447447

448448
#### Example

0 commit comments

Comments
 (0)