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.
### Version 2.4.1 ### Operating system Windows ### OS version or distribution windows server 2022 ### Git hosting provider(s) Azure DevOps ### Other hosting provider _No response_ ### (Azure DevOps...
### Version 2.2.0 and newer ### Operating system Windows ### OS version or distribution Windows 11 ### Git hosting provider(s) GitHub ### Other hosting provider _No response_ ### (Azure DevOps...
### Version 2.4.1 ### Operating system Linux ### OS version or distribution Linux 4.15.0-213-generic (Ubuntu, Ubuntu 18.04.6) ### Git hosting provider(s) GitHub ### Other hosting provider _No response_ ### (Azure...
### Version 2.4.1.0 ### Operating system Windows ### OS version or distribution Version 22H2 (OS Build 19045.3803) ### Git hosting provider(s) Other - please describe below ### Other hosting provider...
### Version 2.4.1+dc5101f53b9e3d9b6ee4af6e3537e87efc604480 ### Operating system Other - please describe below ### OS version or distribution WSL (Arch) + Windows 11 ### Git hosting provider(s) Other - please describe below...
### Version GCM 2.4.1 ### Operating system Windows ### OS version or distribution windows 11 ### Git hosting provider(s) Azure DevOps ### Other hosting provider _No response_ ### (Azure DevOps...
The OTEL collector can now filter by repo name and repo nickname as well as pass additional cohort data to the data sink. All of that is keyed off of...
Git includes a set of tests for credential helpers https://github.com/git/git/blob/master/t/t0303-credential-external.sh > This is a tool for authors of external helper tools to sanity-check their helpers. I tried to test GCM...
### Version 2.3.2 ### Operating system Linux ### OS version or distribution Ubuntu 22.04.3 LTS ### Git hosting provider(s) GitHub ### Other hosting provider _No response_ ### (Azure DevOps only)...
New option and environment variable GCM_SILENT_EXIT Useful to run Git's credential helper test suite: GIT_TEST_CREDENTIAL_HELPER=manager GCM_CREDENTIAL_STORE=cache GCM_GUI_PROMPT=0 GCM_INTERACTIVE=never GCM_AUTODETECT_TIMEOUT=0 GCM_SILENT_EXIT=1 ./t0303-credential-external.sh Fixes #1451 It remains to fix tests ``` not...