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 160 git-credential-manager issues
Sort by recently updated
recently updated
newest added

**Which version of GCM are you using?** ``` $ git --version git version 2.36.1.windows.1 ``` **Which Git host provider are you trying to connect to?** * [ ] Azure DevOps...

auth-issue
network

**Which version of GCM are you using?** Credential Manager: 2.0.778+0d6f1c846f (Arch Linux) Linux Kernel: 5.18.7-zen1-1-zen Libsecret: 0.20.5-2 **Which Git host provider are you trying to connect to?** * [ ]...

auth-issue

GCM currently ignores ports in URIs. This means adding a URI with a port to your config will not result in the expected behavior (e.g. shortcutting the provider auto-detect process...

**Which version of GCM are you using?** 2.0.696+4365b917da on Windows Server 2022 v21H2 with git version 2.36.0.windows.1 **Which Git host provider are you trying to connect to?** * [ ]...

platform:windows
auth-issue

Allow users to install/uninstall the new `arm64` package via Homebrew by: 1. Updating the `uninstall.sh` script to use the correct Homebrew prefix for arm64. Tested locally with `brew uninstall` and...

There are several [Linux distributions that support .NET](https://docs.microsoft.com/en-us/dotnet/core/install/linux) but can’t install deb packages. Installing or updating Git Credential Manager on these platforms is discouragingly awkward -- you have to download...

installation

Update the GPG/Pass credential store to be aware of stores that are also Git repositories. Like the `pass` command-line tool, if and when a credential file is edited (add/update/delete) and...

Add basic installer validation to release pipeline for Windows, macOS (x64 only), and Linux (Debian package only). Validation runs the installers/any necessary setup and `git-credential-manager-core --version`. Test run validating these...

Package as .NET tool https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create First step for #820 Tested locally ``` dotnet pack --output out/nupkg dotnet tool install --global --add-source ./out/nupkg git-credential-manager-core --prerelease ``` Package size is 1.3...

**Feature description** The default `HOMEBREW_PREFIX` is `/usr/local` on non-Apple silicon machines, and our macOS scripts assume that GCM will be installed in the `\share` sub-directory located in this path. However,...

enhancement
platform:osx
installation