-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Could not find UI helper 'git-credential-manager-ui' with Git 2.39.0 #993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actual workaround : downgrade to git 2.38.1 |
I fear that we may lack crucial information, as I cannot reproduce the issue. I also see |
How can I help you ? Because I'm not the only one with this issue : |
users in our enterprise are also having this issue. Using Git 2.38.1 during a clone results in a pop up dialog box asking the users for their credentials. Using Git 2.39.0 results in an error message: At the command line a user is then prompted to enter their 'basic' credentials. If using a 3rd party app then ususally the app will crash and spit out the warning that hte UI helper is missing. We are using Azure Devops Server (on prem) to host our repo's. Please let me know what info I can provide to help get this issue resolved. |
Another work around...manually installing the last released version of GCM from here seems to also resolve the issue: https://github.com/GitCredentialManager/git-credential-manager/releases/tag/v2.0.785 |
more info - installing latest GCM (2.0.877) on top of latest github also seems to resolve the issue, so perhaps the problem is with how git for windows included the GCM components in their latest install. |
logged on git-for-windows repo also: git-for-windows/git#4165 |
Hey! 👋 Thanks for raising this issue. The fix for this bug has already been merged in to the Please could you try installing the following pre-release to see if this fixes the problem: Thanks! cc: @dscho |
Seeing as they reported that manually installing 2.0.877 works around the the issue, I'm not sure that's a great test. |
Works fine for me |
Closing, as 2.0.886 has been promoted to a full release. |
Just as an addendum, as it wasn't mentioned in this issue yet: With Git for Windows 2.39.0, I observed that the text/console fallback for the GitHub UI helper did not appear for everyone. So for some people, git was simply stuck after failing to find the UI helper, while others could simply select the browser login via text prompt. Is this a separate bug or could that have been caused by the same issue? |
Version
2.0.877+c7c35983b8
Operating system
Windows
OS version or distribution
Windows 10
Git hosting provider(s)
Other - please describe below
Other hosting provider
Gitea
(Azure DevOps only) What format is your remote URL?
None
Can you access the remote repository directly in the browser?
Yes, I can access the repository
Expected behavior
Execute git command without error
Actual behavior
After update Git to the version 2.39.0 on Windows, I can't do anything. Every commands stuck on :
warning: could not find UI helper 'git-credential-manager-ui'
Exemple :
Logs
No response
The text was updated successfully, but these errors were encountered: