@@ -11,6 +11,23 @@ At the time, the actual exectuable name was not updated and continued to be
11
11
` git-credential-manager-core ` . As of [ 2.0.877] [ rename-ver ] , the executable has
12
12
been renamed to ` git-credential-manager ` , matching the new project name.
13
13
14
+ ---
15
+
16
+ :warning : ** Update:** :warning :
17
+
18
+ As of [ 2.3.0] [ no-symlink-ver ] the ` git-credential-manager-core ` symlinks have been
19
+ removed.
20
+
21
+ If you have not updated your configuration you will see error messages similar to:
22
+
23
+ ``` console
24
+ git: 'credential-manager-core' is not a git command. See 'git --help'.
25
+ ```
26
+
27
+ To fix your configuration, please follow the [ instructions] [ instructions ] below.
28
+
29
+ ---
30
+
14
31
## Rename transition
15
32
16
33
If you continue to use the ` git-credential-manager-core ` executable name you may
@@ -35,7 +52,7 @@ name as soon as possible to prevent any issues in the future.
35
52
### Git for Windows
36
53
37
54
If you are using GCM bundled with Git for Windows (recommended), you should make
38
- sure you have updated to at least version WINGIT_VERSION .
55
+ sure you have updated to the latest version.
39
56
40
57
[ Download the latest Git for Windows ⬇️] [ git-windows ]
41
58
@@ -164,3 +181,5 @@ or `manager` respectively.
164
181
[gcm-latest] : https://aka.ms/gcm/latest
165
182
[warnings] : # rename-transition
166
183
[win-standalone-instr] : ../README.md# standalone-installation
184
+ [instructions] : # how-to-update
185
+ [no-symlink-ver] : https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.3.0
0 commit comments