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

[BitbucketHostProvider](https://github.com/GitCredentialManager/git-credential-manager/blob/main/src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs) cleverly stores an OAuth refresh token as an independent credential with a variation on the path. https://github.com/GitCredentialManager/git-credential-manager/blob/569d10b9eca391b3047af910037a89e62ead7cfb/src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs#L460-L466 However when using store `credential.credentialstore=cache` sometimes BitbucketHostProvider queries the store for the...

If it helps anyone, I packaged git-credential-manager for Fedora Linux in an *experimental* personal repo. https://copr.fedorainfracloud.org/coprs/matthickford/git-credential-manager/ . Feedback welcome and help testing appreciated. The bulk of the work was writing...

platform:linux
installation
external
help-wanted

Pre-emptively store GitHub OAuth credential so don't have to authenticate again if push fails In general, if git push fails, the credential is not stored. This makes sense -- the...

(Bloody Hell it works.) Bitbucket DC 7.20 now supports OAuth 2.0 connections from external applications. https://confluence.atlassian.com/bitbucketserver/bitbucket-data-center-and-server-7-20-release-notes-1101934428.html This means OAuth 2.0 access_tokens can be used as authentication between Git and Bitbucket...

Rename the main entry executable from `git-credential-manager-core(.exe)` to simply `git-credential-manager(.exe)`, now that the older GCM4W has been removed from the Git for Windows project as an option (and the GCMC...

Currently, trying to install Git Credential Manager Core on Linux arm64 (e.g. WSL2 on the Surface Pro X or Raspberry Pi 4) results in the following error: ```shell dennis@DESKTOP-8HTP3NV:~/repos$ sudo...

Changing markdown URLs to markdown reference style links as suggested by @ldennington on #668 . In some places, I have changed link text from strings like "here" as in `download...

**Which version of GCM are you using?** ``` $ git credential-manager-core --version 2.0.567+3047faf390 $git lfs env git-lfs/3.0.1 (GitHub; windows amd64; go 1.17.1) git version 2.33.1.windows.1 $git --version git version 2.33.1.windows.1...

platform:windows
host:generic
auth-issue

**Which version of GCM are you using?** 2.0.785+6074e4e3d3 **Which Git host provider are you trying to connect to?** * [ ] Azure DevOps * [ ] Azure DevOps Server (TFS/on-prem)...

bug
auth-issue

**Which version of GCM are you using?** 2.0.779+57cd9d4e50 **Which Git host provider are you trying to connect to?** * [ ] Azure DevOps * [ ] Azure DevOps Server (TFS/on-prem)...

auth-issue