git-credential-manager

Developer Tools

Cross-platform Git credential storage for multiple hosting providers

Latest v2.9.1 · by git-credential-managerWritten in C#Websitegit-ecosystem/git-credential-managerRSS

Release activity

Release activity — 7 releases across 6 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
JunJulAugSep
SundayNo releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026No releases on Aug 23, 2026No releases on Aug 30, 2026No releases on Sep 6, 2026
MondayNo releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026No releases on Aug 24, 2026No releases on Aug 31, 2026No releases on Sep 7, 2026
TuesdayNo releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 20262 releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026No releases on Aug 25, 2026No releases on Sep 1, 2026No releases on Sep 8, 2026
WednesdayNo releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026No releases on Aug 19, 2026No releases on Aug 26, 2026No releases on Sep 2, 2026
ThursdayNo releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026No releases on Aug 20, 2026No releases on Aug 27, 2026No releases on Sep 3, 2026
FridayNo releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026No releases on Aug 21, 2026No releases on Aug 28, 2026No releases on Sep 4, 2026
SaturdayNo releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026No releases on Aug 22, 2026No releases on Aug 29, 2026No releases on Sep 5, 2026

7 releases in the last year, busiest day 2

Changelog

v2.9.1Latest

GCM 2.9.1

Fixed 1
  • Use AbsoluteUri to open URIs in the system browser to avoid double encoded URLs on macOS

From git-credential-manager

Announcements:

[!NOTE] This is planned to be the last release major release (2.x) that supports Windows 7 and 8.x. We will be moving off of .NET Framework to .NET (Core) on Windows this year with version 3.0.

Changes:

  • Use AbsoluteUri to open URIs in the system browser to avoid double encoded URLs on macOS (90884de0cce7b320271172116a7cf195444127f7)
View originalPermalink
How v2.9.1 went
v2.9.0

GCM 2.9.0

Added 1
  • Add support for form_post and fragment OAuth2 response modes to the generic provider
Changed 2
  • Update MSAL.NET libraries to 4.82.2
  • Use default native redirect URL for embedded webview and device flows with Microsoft authentication

From git-credential-manager

Announcements:

[!NOTE] This is planned to be the last release major release (2.x) that supports Windows 7 and 8.x. We will be moving off of .NET Framework to .NET (Core) on Windows this year with version 3.0.

Changes:

  • Update MSAL.NET libraries to 4.82.2 (a4743f9f8515792be7da6c606c7a2865c6409d76)
  • Use default native redirect URL for embedded webview and device flows with Microsoft authentication (2774321bbc650e454c9eb485d15a7639c0c1edae)
  • Add support for form_post and fragment OAuth2 response modes to the generic provider (194ba290ce533465310d50f811684ab180536ae7)
View originalPermalink
How v2.9.0 went
v2.8.0

GCM 2.8.0

Added 4
  • Workload Identity Federation for Azure Repos
  • Git config caching to reduce git process calls
  • Dark theme support for OAuth authentication response pages
  • Allow installing on Azure Linux
Changed 3
  • Migrate to .NET 10 on Mac/Linux and adopt Central Package Management
  • Bump Tmds.DBus.Protocol from 0.16.0 to 0.21.3
  • Azure Pipelines: specify pool.hostArchitecture correctly
Fixed 4
  • Fix GPG ID lookup for .gpg-id in subdirectories
  • Fix CS0121 string.Split call ambiguity with .NET 8.0
  • Fix SYSLIB0057 warning for X509Certificate2Collection.Import
  • Fix several small bugs

From git-credential-manager

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:

  • Workload Identity Federation for Azure Repos (#2297)
  • Git config caching to reduce git process calls
    • #2268
    • #2296
    • #2298
  • Dark theme support for OAuth authentication response pages (#2325)
  • Allow installing on Azure Linux (#2269)
  • Fix GPG ID lookup for .gpg-id in subdirectories (#2274)
  • Fix CS0121 string.Split call ambiguity with .NET 8.0 (#2287)
  • Fix SYSLIB0057 warning for X509Certificate2Collection.Import (#2326)
  • Fix several small bugs (#2303)
  • Migrate to .NET 10 (Mac/Linux) and adopt Central Package Management (#2313)
  • Bump Tmds.DBus.Protocol from 0.16.0 to 0.21.3 (#2316)
  • Azure Pipelines: specify pool.hostArchitecture correctly (#2323)
  • Documentation updates
    • #2283
    • #2299
  • Actions dependency updates
    • #2242
    • #2271
    • #2272
    • #2282
    • #2301
    • #2315
View originalPermalink
How v2.8.0 went
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

From git-credential-manager

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.allowNTLMAuth is 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.

View originalPermalink
How v2.7.3 went
v2.7.2Pre-release

GCM 2.7.2

Changed 1
  • Make Linux browser detection more robust to support VSCode remote connections over SSH

From git-credential-manager

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:

  • Make Linux browser detection more robust (support VSCode remote connections over SSH)
    • #2256
    • #2258
    • #2257
View originalPermalink
How v2.7.2 went
v2.7.1Pre-release

GCM 2.7.1

Added 1
  • Added support for Linux enterprise defaults
Changed 1
  • Various build and release pipeline fixes

From git-credential-manager

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:

  • Added support for Linux enterprise defaults
    • #1814
    • #2259
  • Various build and release pipeline fixes
    • #2239
    • #2241
    • #2248
View originalPermalink
How v2.7.1 went
v2.7.0

GCM 2.7.0

Added 6
  • Allow unsafe remotes via config
  • No-op credential storage option
  • Linux ARM and ARM64 support
  • Windows ARM64 and x64 support
  • Support Oracle Linux via install-from-source
  • macOS enterprise defaults
Changed 2
  • Drop no longer needed GitLab OAuth params
  • Use Azure Pipelines for official builds
Fixed 3
  • Fix Generic provider refresh token refresh logic
  • Fix TRACE2 logging
  • Linux install-from-source bug fixes

From git-credential-manager

Announcements:

[!NOTE] Thanks to all our contributors who've been waiting for this release. It's been a year since the last release, which as many will note is highly unusual. Ownership issues of the project have meant that there was a freeze on releases and maintenance. This has now been resolved and we expect regular releases (approximately every 12 weeks; aligned with Git's release schedule), and engagement on our part with the community. Thank you for your patience.

[!NOTE] The code ownership/responsibility model of the Git Credential Manager project has changed. Microsoft will now maintain the core GCM platform (responsible for releases, and major architectural changes). The major Git host providers will be responsible for their plugins (e.g., GitHub for GitHub functionality, Azure DevOps for Azure Repos etc).

[!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:

  • Fix Generic provider refresh token refresh logic (#1838)
  • Allow unsafe remotes via config (#1721)
  • Drop no longer needed GitLab OAuth params (#1538)
  • No-op credential storage option (#1740)
  • Fix TRACE2 logging (#1909)
  • Linux ARM and ARM64 support
    • #1633
    • #2232
  • Windows ARM64 and x64 support (#2230)
  • Support Oracle Linux vis install-from-source (#2212)
  • Linux install-from-source bug fixes
    • #1757
    • #2049
    • #2052
  • macOS enterprise defaults (#1811)
  • Documentation updates & fixes
    • #1713
    • #1722
    • #1884
    • #2123
    • #2154
  • Fixes to CI & build
    • #1746
    • #1747
    • #1752
    • #2104
    • #2217
  • Use Azure Pipelines for official builds
    • #2054
    • #2176
  • Actions dependency updates
    • #1725
    • #1751
    • #1750
    • #1760
    • #1799
    • #2022
    • #2048
    • #1989
    • #2011
    • #2029
    • #2051
    • #2050
    • #2070
    • #2080
    • #2089
    • #2088
    • #2092
    • #2189
    • #2193
View originalPermalink
How v2.7.0 went
v2.6.1

GCM 2.6.1

Added 2
  • Add Mariner and Arch Linux distribution validation builds
  • Add no-op credential storage option
Changed 2
  • Permit use of HTTP (not-S) remotes for providers via config
  • Omit the client secret for GitLab
Fixed 3
  • Fix Linux build scripts
  • Fix documentation for broken links
  • Fix CentOS install from source workflow
Security 1
  • Do not treat the lone carriage-return character (CR, \r) as a line terminator in the credential helper protocol

From git-credential-manager

Security Fixes:

  • CVE-2024-50338
    • Do not treat the lone carriage-return character (CR, \r) as a line terminator in the credential helper protocol

Changes:

  • Fix Linux build scripts (#1752)
  • Documentation fix for broken links (#1722)
  • Permit use of HTTP (not-S) remotes for providers via config (#1721)
  • Omit the client secret for GitLab (#1538)
  • Various workflow action updates (#1725, #1738, #1751, #1750)
  • Fix CentOS install from source workflow (#1746)
  • Add Mariner and Arch Linux distribution validation builds (#1747)
  • Add no-op credential storage option (#1740)
View originalPermalink
How v2.6.1 went
v2.6.0

GCM 2.6.0

Added 2
  • Support sending X5C with certificate auth
  • Configurable GPG store path via Git config
Changed 2
  • Update dependencies
  • Documentation fixes
Fixed 1
  • Fix Visual Studio build problems
Removed 1
  • Drop no longer needed workflows

From git-credential-manager

Changes:

  • Drop no longer needed workflows (#1659)
  • Documentation fixes (#1664, #1697)
  • Configurable GPG store path via Git config (#1698)
  • Fix Visual Studio build problems and update dependencies (#1711)
  • Support sending X5C with certificate auth (#1666)
View originalPermalink
How v2.6.0 went
v2.5.1

GCM 2.5.1

Changed 2
  • Update MSAL and Avalonia to latest versions
  • Changes to release workflow to publish NuGet signing certificate

From git-credential-manager

Changes:

  • Update MSAL and Avalonia to latest versions (#1640).
  • Changes to release workflow to publish NuGet signing certificate (#1594, #1644, #1647).
  • Updates to Managed Identity and Service Principal docs.
View originalPermalink
How v2.5.1 went
View all

Discussion

If you publish git-credential-manager, you can claim this product by proving you administer its repository.