-
Notifications
You must be signed in to change notification settings - Fork 591
Credentials prompt not working when passwords are changed #703
Comments
The repository in question is hosted on TFS Version 16.131.27701.1 and uses ssl. Rolling back to 1.16.2 fixed the issue. Also, the install and rollback were done using choco if that has anything to do with this. |
By SSL you mean HTTPS and not SSH? Have to check here as GCM does not cover SSH (without a lot of special case setup and hand holding).
The failing version is GCM v1.17.0, or Git for Windows v1,18.1.windows.1? Have you tried GCM v1.17.0? The credential handling code as well as the service detection code was improved significantly, especially with regards to TFS on-premises. |
I'm having the same problem accessing TFS. I run This repo used to work but I haven't used it in a few weeks. It uses Active Directory authentication and I have changed my password since I last accessed it. TFS version is 15.105.25910.0. Git for Windows version is 2.18.0.windows.1. I tried installing GCMW 1.17.1 and got the same result. I ran |
@rorymacleod would you be willing to capture a trace log of the failure? To do so...
The log should be dumped to the console as the operation progresses. Thanks! |
Our team has the same problem with on-premises TFS. I changed my Active Directory password, and now I get
Relevant entry from
Running |
I am experiencing the same issue with on on-premise GitLab repository. You can re-create it by entering incorrect credentials when GCM first prompts. From then on, GCM will not prompt again, and the invalid credentials aren't deleted from the Windows credential store.
It looks like it is trying to erase the cached credentials once the authentication has failed, but fails as it is trying to erase the credentials for
|
@gistofj Would it be possible to get some action on this issue? As @X-Guardian says, it looks like a quick and easy fix |
No, I'm sorry. I am no longer associated with Microsoft, and therefore have no role in this project. Hopefully whom ever has taken over the reigns in my absence follows up. Best of luck. |
@jeschu1, is anyone able to take a look at this? |
We're looking at picking up work on this bug early in 2019. We're also very happy to review pull requests! |
Hi Guys, its still present in 2.20. |
I am no longer associated with Microsoft, and therefore no longer contribute to this project. @jeschu1 as a replacement for me (I'll be unsubscribing). |
Hi, this issue is quite annoying as our company (and many other) requires to reset the password every now and then. This is no problem as long as the credentials are correct.
The user will not be queried until the entry of 'https://artifactory.company.example' gets be deleted manually. The value of 'https://[email protected]' seems pretty useless to us. I would want to get rid of it, or delete the value of 'https://artifactory.company.example' as soon as the value of 'https://[email protected]' contains wrong credentials. But this is only for our use case of the GCM with Git LFS. |
I am having same issue with VS2019 Enterprise version now. All machines where we installed VS2019 along with VS2017 are foo bar now. We have stopped migration of remaining team members to VS2019.
|
I am having this issue as well but I was able to find a work-around. Fortunately, I also have WSL (Ubuntu) set up so I was able to use the Linux version of git to push the changes I had made through windows. |
We're facing the same issue.
|
solution here: |
It's more a workaround than a solution ;) |
What is going on with this bug? This is a critical issue that has gone unresolved for >2 years!? |
This should be relatively easy to fix: |
I'm having the same issue. I guess they want us to move to other authentication methods. |
|
I think they will be deprecating this project in favor of the new Git Credential Manager Core which is multiplatform and now offered as part of the Git For Windows Installation: https://github.com/microsoft/Git-Credential-Manager-Core |
Indeed, this has already happened: #918 |
Git version 1.18.1.windows.1 having problems when the passwords are changed. It is not auto prompting for new password. It used to work fine in 1.16.2.windows.1
The text was updated successfully, but these errors were encountered: