Git-Credential-Manager-for-Windows
Git-Credential-Manager-for-Windows copied to clipboard
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Hello, I see in https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/master/Docs/Environment.md honor `http_proxy` and `https_proxy` (both upper and lower case it seems), but it completely ignores `no_proxy` while `git` honor it. So `git` is properly handling...
I have an application that launches several git commands in parallel (more than 100) to fetch all sub-repositories in the tree. **Which Version of GCM are you using ?** Git...
So I've been unable to get GCMW to even act like it's installed at all. The exe installer completed with no errors. Running git commands gives no error messages, but...
**Which Version of GCM are you using ?** From a command prompt, run ``git credential-manager version`` and paste the output. 1.18.4 **Which service are you trying to connect to** *...
**Which Version of GCM are you using ?** We are using Git Credential manager version 1.20. and we are having an issue where the Git credential manager gets uninstalled automatically....
Even if .NETStandard cannot be supported officially (see #596), supporting .NET Core would be great. I can actually add a reference to the library (although nuget issues a warning), and...
Steps to reproduce: 1. Clone any repository (e.g. git clone https://github.com/SomeOrg/SomeRepository). During the process git.exe creates an entry in Credential Manager with name "git:https://github.com" 2. Run this code: ` var...
Hi. I noticed this line: https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/9270c89a0ce109c7a86e9b3d8174a0af56aab468/Shared/Cli/Functions/Common.cs#L663 where there's a TryGetvalue(string.Empty). shouldn't this be TryGetValue(KeyType.ParentHwnd)?
Hi Issue: I am using proxy to connect to GitHub(proxy is added in .gitconfig), on git fetch(or any command) first time GCM prompts for credentials and stores it in windows...
Supposed to work "Magically" - does not work at all (or I dont understand how it's supposed to work)
I am not entirely sure how this is supposed to work. I am connected with git using my work credentials to DevOps. I now wwant to use a different account...