Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Git.CredentialManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The sys
This does not happen when using Git outside of Visual Studio.Warning: git-credential-manager-core was renamed to git-credential-manager Warning: see https://aka.ms/gcm/rename for more informationI haven’t found anything in my local, global, or machine level Git config files that I think ...
Since I just ran into this issue myself and was about to write a comment here stating it is still not working for me, I just want to state for anyone else coming here, that one still has to do the configuration posted by @dscho above: git config --global http.sslAutoClientCert true...
I have a CPU usage issue with My Mac. Suddenly Mac's CPU usage peaks, and I found that multiple git-credential-manager-core processes were consuming my CPU. This happens occasionally (like 2 times a day..?) Is there any possible reason for this? 👍 3 👀 1 ANTARES...
As for point no. 3: Microsoft is maintaining their ownLinux package repositories, why not put it there? It would also be great if you could work with distributions to get GCM into official package repositories. At least Debian and Fedora should cover a large number of derived distributions. ...
Further testing with GCM_TRACE_SECRETS=1 has revealed that the password is not being passed to TryCreateProxy. When I include my HTTP proxy password as part of the proxy URL, it is passed in, but if I only enter my user id, it is blank. I am prompted for a password though when I...