Azure DevOps, error on store with useHttpPath=false #1619
Labels
auth-issue
An issue authenticating to a host
bug
A bug in Git Credential Manager
host:azure-repos
Specific to the Azure Repos (Azure DevOps, VSTS) host provider
Version
2.5.0+d34930736e131ad80e5690e5634ced1808aff3e2
Operating system
Windows
OS version or distribution
Windows 11 Enterprise
Git hosting provider(s)
Azure DevOps
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
When running a "git fetch", authentication should work trough our Enterprise Sign on and credential should be stored in Windows credential manager so that I am not asked again to authenticate.
Actual behavior
When running a "git fetch", the authentication should works trough our Enterprise Sign on but the credential is not stored in Windows credential manager and on next "git fetch" I have to log on again.
This happens when I use git-credential-manager from within WSL2 (with Git 2.45.1) as well as when using it in Git for Windows 2.45.1 with explicit configuration "useHttpPath=false".
From the logs (see below) I found that the 'get' command works well, but the 'store' command fails.
It seems to me that #1522 only fixed half of the problem.
Output:
Logs
complete log output as captured through WSL:
git credential-manager diagnose
gives [ OK ] for everything.The text was updated successfully, but these errors were encountered: