git-credential-manager
git-credential-manager copied to clipboard
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
When using a service principal with certificate authentication, every time the certificate is renewed, the new certificate needs to be uploaded to the service principal's AAD app registration in order...
### Version 2.5.1+90d5f897f164a8fe07d2aa3bf7db439b0b4e03ea ### Operating system Linux ### OS version or distribution Ubuntu 24 ### Git hosting provider(s) Azure DevOps ### Other hosting provider _No response_ ### (Azure DevOps only)...
```console [xUnit.net 00:00:00.7933268] GitCredentialManager.Tests.GitTests.Git_GetRemotes_NoRemotes_ReturnsEmpty [FAIL] Failed GitCredentialManager.Tests.GitTests.Git_GetRemotes_NoRemotes_ReturnsEmpty [11 ms] Error Message: Assert.Empty() Failure Collection: [GitRemote { FetchUrl = null, Name = "origin", PushUrl = null }] Stack Trace: at GitCredentialManager.Tests.GitTests.Git_GetRemotes_NoRemotes_ReturnsEmpty()...
Looks like it's a bug with MSAL broker flow and they just seemed to have fixed it https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4696 today. Once GCM consumes the latest MSAL, this issue would be fixed....
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1. Release notes Sourced from actions/setup-dotnet's releases. v4.0.1 What's Changed Documentation changes: Update README.md to use latest action version by @mikes-gh in actions/setup-dotnet#502 Update links...
### Version 2.5.0+d34930736e131ad80e5690e5634ced1808aff3e2 ### Operating system Windows ### OS version or distribution Windows 11 23h2 ### Git hosting provider(s) Other - please describe below ### Other hosting provider Gitea selfhosted...
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.3.20 to 0.4.0. Release notes Sourced from azure/trusted-signing-action's releases. v0.4.0 What's Changed Add input that enables trace logging by @japarson in Azure/trusted-signing-action#36 Updated actions/cache to v4. by...
I use Fedora Linux 40 with Gnome 46 as desktop environment. System's scaling factor is set to 200%. I have installed git credential manager by unpacking tarball. This is how...
### Feature description Right now GCM adds a `[credential]` directive to `~/.gitconfig`. I'd like to be able to tell GCM which gitconfig file to write the directive to. Rationale: I...