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 - 1.8.0

Compare
Choose a tag to compare
@whoisj whoisj released this 26 Oct 20:36
· 669 commits to master since this release

In this release:

  • Adds support for detecting host which support NTLM, removing the requirement that users add credential.<url>.authority integrated.
  • Adds support for overriding the user-agent with HTTP requests via environment variables.

Bug Fixes

  • Fixed an issue where parsing configuration values with no value set could cause a segfault.
  • Fixed issues with git-askpass would fail to properly deliver username and/or passwords (as opposed to passphrases).
  • Fixed an issue where the store command (which is designed for interaction with Git and not users) could segfault when users invoked it.

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

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

Issues | Pull Requests