Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Git Credential Manager for Windows v1.17.0

Compare
Choose a tag to compare
@whoisj whoisj released this 31 Jul 19:32
· 21 commits to rel/v1.17 since this release
e6793c5

Downloads

In this release:

  • Add the ability to read the command line from the parent git-remote-http(s) process of git-credential-manager.exe. This enables the GCM to know the full and complete URL of the Git remote.
  • Detection of NTLM enabled servers has been improved by using the new URL capture.
  • Validation of VSTS personal access tokens has been improved by using the new URL capture.

Bug Fixes:

  • Adjusted the default network timeout to avoid artificial authentication failures due to slow networks or services.
  • Fixed a bug with Bitbucket authentication (thanks @mminns for providing the fix as usual).

To install the Git Credential Manager, download and double-click the GCMW-1.17.0.exe installer. It is that easy, it will even install Git for Windows 2.17.0 and the Microsoft .Net Framework for you if necessary.

For non-installation or custom installation needs, download the gcmw-v1.17.0.zip archive and expand its contents. Use the included install.cmd or options provided via git-credential-manager install to complete setup.

Change Log