git-credential-manager icon indicating copy to clipboard operation
git-credential-manager copied to clipboard

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

Results 169 git-credential-manager issues
Sort by recently updated
recently updated
newest added

Config option [credential.githubauthmodes](https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/configuration.md#credentialgitlabauthmodes) can save the user time by remembering preferred authentication method, but this and similar config options are hard to discover without reading the docs. A short message...

enhancement

Right now GCM Core always returns any stored credentials for a request without any validation. We cannot ever 100% validate that a credential is "good" for the particular Git command/request...

enhancement

**Feature description** No (?) tests for the Bitbucket code were migrated from the GCMW, minimal tests have since been added. I'd like to potentially refactor the Bitbucket code, but would...

enhancement

**Which version of GCM Core are you using?** 2.0.394-beta+3fc6791abf (via Git 2.31.1.windows.1) (note that 2.0.318-beta+44acfafa98 from a co-worker's Git 2.30.1.windows.1 still works) **Which Git host provider are you trying to...

enhancement
auth:microsoft
host:bitbucket
auth-issue

**Which version of GCM Core are you using?** 2.0.394-beta+3fc6791abf (Also tried with an earlier version) **Which Git host provider are you trying to connect to?** * [ ] Azure DevOps...

platform:windows
auth:basic
auth-issue

With git 2.28.0 using schannel we were able to use client certificates to connect to HTTPS servers secured with mutual TLS with certificates in the user certificate store. This appears...

enhancement
platform:windows
auth-issue

**Feature description** It would be nice if secretservice would work out of the box on both desktop and headless linux environments (Debian/Ubuntu). I've seen some forums where they mention that...

enhancement
help-wanted

The OAuth spec https://datatracker.ietf.org/doc/html/rfc8252#section-8.3 recommends to use 127.0.0.1 instead of localhost: > While redirect URIs using localhost (i.e., "http://localhost:{port}/{path}") function similarly to loopback IP redirects described in Section 7.3, the...

enhancement
host:github
external

**Which version of GCM Core are you using?** Git Credential Manager version 2.0.289-beta+22bd06dc57 (Windows, .NET Framework 4.0.30319.42000) **Which Git host provider are you trying to connect to?** * [ ]...

**Feature description** OAuth 2 support is under development for Bitbucket DC. Currently GCM only supports Basic Auth for use with Bitbucket DC. Extend the Bitbucket DC support in GCM to...

enhancement
host:bitbucket