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.3.0

Compare
Choose a tag to compare
@whoisj whoisj released this 09 May 21:01
· 887 commits to master since this release

In this release:

  • Fixed a potential security issue with the storage of ADA tokens. They are no longer cached and the the GCM actively attempts to remove any existing cached tokens.
  • Fixed issues related to the recent proxy support which resulted in some users being unable to use the feature.
  • Added support for bare Git repositories.
  • Added Cygwin detection at installation time to better support Cygwin users.

Features

  • Secure password storage in the Windows Credential Store.
  • Multi-factor authentication support for Visual Studio Team Services and GitHub.
  • Personal Access Token generation and usage support for Visual Studio Team Services and GitHub.
  • Non-interactive mode support for Visual Studio Team Services backed by Azure Directory.
  • Highly configurable to support diverse users and automation.

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

For non-installation or custom installation needs, download the gcmw-v1.3.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