git-credential-manager

Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

OTHER License

Stars
5.8K

Bot releases are hidden (Show)

git-credential-manager - GCM 2.0.194-beta

Published by mjcheetham over 4 years ago

Changes:

  • Support "SSO" PATs for GitHub (#133, #134)
  • Bitbucket Server support (#140, #141)
  • OAuth Device Authorization Grant support for GitHub (#147)
  • Fix a bug with using Microsoft Accounts with Azure Repos (#143, #148)
git-credential-manager - GCM 2.0.164-beta

Published by mjcheetham over 4 years ago

Changes:

  • Fix a bug in parsing Bitbucket 2FA responses (#128, #126)
  • Target 32-bit on Windows (#112)
git-credential-manager - GCM 2.0.157-beta

Published by mjcheetham over 4 years ago

Changes:

  • Fix a bug where Windows interactive sessions were not detected correctly (#123)
git-credential-manager - GCM 2.0.153-beta

Published by mjcheetham over 4 years ago

Changes:

  • Introduce the Bitbucket host provider with Windows GUI (#37)
  • Fix a bug with handling libgit2 errors (#111)
  • Correctly detect a UI interactive session on all platforms (#95)
git-credential-manager - GCM 2.0.124-beta

Published by mjcheetham over 4 years ago

Changes:

  • Add option to prevent interactivity (#91)
  • Publish zip and tar balls of releases (#96)
  • Add native basic credential UI prompts for Windows (#92)
  • Automatically trace to the debugger when attached (#94)
  • Add an OAuth2 client implementation with PKCE support (#99, #102)
  • Add GitHub OAuth support and refreshed Windows UI (#101, #103)
  • Move to .NET Core 3.1 (LTS) (#101)
git-credential-manager - GCM 2.0.87-beta

Published by mjcheetham almost 5 years ago

Changes:

  • Enable copy/paste/cut etc on fields in the Microsoft authentication WebView on MacOS (#82)
  • Notarize the macOS installer and binaries to permit running on macOS Catalina 10.15 (#84)
git-credential-manager - GCM 2.0.79-beta

Published by mjcheetham about 5 years ago

First Windows preview release and updated macOS release.

Changes:

  • Windows support (64-bit only) (#46)
  • GCM Core now worked behind network proxies (configuration guide) (#11)
  • Renamed the main executable from git-credential-manager to git-credential-manager-core to allow for easier side-by-side use with Java GCM and Windows GCM during the preview (#70)
  • Microsoft authentication is performed in-process on Windows, with support for GUI-less environments (such as SSH) via device code flow (#75)
  • Installation now configures GCM Core per-user (sets credential.helper in the current user's $HOME/.gitconfig) but continues to be installed in a system-wide location. Other users can opt-in to using GCM Core by setting their own configuration by running git-credential-manager-core configure (#57)
  • Allow overriding the selection of host provider; also supports GitHub Enterprise scenarios (configuration option, migration guide for users of the credential.authority setting) (#59)
  • Various bug fixes and improvements

Thanks to our contributors ❤️:

  • @czipperz
git-credential-manager - GCM 2.0.33-beta (macOS)

Published by mjcheetham over 5 years ago

Changes:

  • Mac installer will now unlink the Java GCM via Homebrew if installed (#45)
  • Codebase and build improvements (#49)
  • Groundwork for upcoming Windows release, including:
    • WPF-based GitHub auth UI (#40)
    • Basic Windows installer (#41)
git-credential-manager - GCM 2.0.22-beta (macOS)

Published by mjcheetham over 5 years ago

Update to Git Credential Manager Core (beta) on macOS.

Changes:

  • Fix TTY-based prompts for GitHub authentication (#30)
  • Support AAD users as guest users in MSA-based Azure DevOps organizations (#32)
  • Codebase and build improvements (#29, #33)
git-credential-manager - GCM 2.0.5-beta (macOS)

Published by mjcheetham over 5 years ago

Initial release of Git Credential Manager Core with beta support for...

Operating Systems:

  • macOS

Git Host Providers:

  • Azure Repos
  • GitHub