v2.7.3
GCM 2.7.3
Added 1
- Emit new warning when Git has built-in NTLM support disabled, with options for re-enabling NTLM
Announcements:
[!NOTE] This is planned to be the last release major release that supports Windows 7 and 8.x. We will be moving off of .NET Framework to .NET (Core) on Windows this year.
Changes:
-
Emit new warning when Git has built-in NTLM support disabled.
As part of the fix for CVE-2025-66413, Git for Windows now disables built-in NTLM support by default. Only if
http.allowNTLMAuthis explicitly enabled will Git use NTLM authentication.GCM will now display a warning message when it detects this scenario and presents options for re-enabling NTLM.