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: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,22 @@ repositories from inside of WSL.
173
173
174
174
[Please see the GCM Core on WSL docs](docs/wsl.md) for more information.
175
175
176
+
## Supported Git versions
177
+
178
+
Git Credential Manager Core tries to be compatible with the broadest set of Git
179
+
versions (within reason). However there are some know problematic releases of
180
+
Git that are not compatible.
181
+
182
+
- Git 1.x
183
+
184
+
The initial major version of Git is not supported or tested with GCM.
185
+
186
+
- Git 2.26.2
187
+
188
+
This version of Git introduced a breaking change with parsing credential
189
+
configuration that GCM relies on. This issue was fixed in commit [`12294990`](https://github.com/git/git/commit/12294990c90e043862be9eb7eb22c3784b526340)
190
+
of the Git project, and released in Git 2.27.0.
191
+
176
192
## How to use
177
193
178
194
Once it's installed and configured, Git Credential Manager Core is called implicitly by Git.
0 commit comments