-
Notifications
You must be signed in to change notification settings - Fork 2.1k
git-credential-manager.exe doesn't exist #1155
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
So, apparently, I can't read. But in my defense, the binary was moved in So, using the correct path under This helped me see the errors of my way: https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git Will leave ticket open for maintainers to close. I'll proudly wear the cone of shame. |
@BeyondEvil maybe you can think of a way to improve the documentation? I mean, if this issue hit you, it'll probably hit others, too. And if we can improve the documentation (or help the users in any other way), that'd be good, right? |
For sure, I'll see if I can come up with something that will help. It could be as easy as "Note: that the path for older versions were different" and/or adding some instructions on how to search/find the path to the correct binary. |
Thanks for bringing this to our attention! We went ahead and added a callout in the docs here. Will close this issue on merge. |
Version
2.0.935+8b4735fc7b
Operating system
Windows
OS version or distribution
Windows 10 Enterprise (20H2 19042.2604)
Git hosting provider(s)
Azure DevOps Server (TFS/on-prem)
Other hosting provider
No response
(Azure DevOps only) What format is your remote URL?
https://{org}@dev.azure.com/{org}
Can you access the remote repository directly in the browser?
Yes, I can access the repository
Expected behavior
Following the documentation leads to successfully being able to clone from Azure using HTTPS.
Actual behavior
According to the documentation, the binay should be called
git-credential-manager.exe
.But this
.gitconfig
(in WSL):Generates the following error:
Note about the path, which also isn't what the documentation suggests, is likely because I'm on an Enterprise/AD setup.
The Git for Windows version (from PS):
Credential manager works if I
git clone
in PS (only had to auth the first time).If I update the path in the
.gitconfig
(in WSL) to thewincred
one, I doesn't complain - but it asks for the password and doesn't use the manager:.gitconfig
(in Windows):Sorry, if I'm missing something obvious, I haven't used Windows in over 10 years.
Logs
The text was updated successfully, but these errors were encountered: