-
Notifications
You must be signed in to change notification settings - Fork 591
GCM is not prompting for updated password #750
Comments
Looks like your service is setup with NTLM support, is broadcasting it, and thus the GCM is attempting to invoke cURL's NTLM support. Are you not expecting NTML support? What kind of authentication scheme are you expecting?
... and wincred is another tool. 🤷🏻♂️ |
Thanks for the prompt response. I think NTLM is not used for accessing my corporate Github site, since I always get prompted for my Windows username/password on a designated login web page of corporate Github site in my web browser, after I login successfully into my Windows OS. Once the web session expires, I will be prompted again while re-visiting the site. However, I am also unable to see what's currently stored in the abstracted credential storage, as seen below.
The captured git.log shows the following - The following are my current Git client settings, in case they give some clues.
|
This is probably a duplicate of #703: GCM retrieves credentials for A workaround is to put the username yourself in the remote URL ( |
I'm not convinced it's ugly, but I do know that if the repository is on a shared computer outside of a user's folder, it's bad form to include a username in the remote. If someone wants to push, they should be asked for their credentials. |
GCM4W seems to be more or less abandoned (last release more than a year ago, only one commit to master since then named, I kid you not, "Recreate the scalable version of the GCM Logo"). But don't despair, with Microsoft now going Core, there is a shiny new project called GCM Core,, which seems to handle password changes correctly. It can be installed standalone (should be activated automatically, otherwise activate e.g. with (Copied from my SO answer about this very same issue) |
Indeed, Git Credential Manager Core, being portable, is the designated successor of Git Credential Manager for Windows, which is not portable. |
Versions installed
Executed command
git config --global credential.helper wincred
Executed command
git pull
remote: Invalid username or password. fatal: Authentication failed for 'https://github.myOrg.net/Repos/MyApp/'
The text was updated successfully, but these errors were encountered: