You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running diagnostics...
>>>> Environment[ OK ] Environment
>>>> File system[ OK ] File system
>>>> Networking[ OK ] Networking
>>>> Git[ OK ] Git
>>>> Credential storage[FAIL] Credential storage
[!] Encountered an exception [!]
System.Exception: Unable to persist credentials with the 'wincredman' credential store.
See https://aka.ms/gcm/credstores for more information.
at GitCredentialManager.CredentialStore.ValidateWindowsCredentialManager()
at GitCredentialManager.CredentialStore.EnsureBackingStore()
at GitCredentialManager.CredentialStore.Remove(String service, String account)
at GitCredentialManager.Diagnostics.CredentialStoreDiagnostic.RunInternalAsync(StringBuilder log, IList`1 additionalFiles)
at GitCredentialManager.Diagnostics.Diagnostic.<RunAsync>d__6.MoveNext()
[*] Diagnostic test log [*]
ICredentialStore instance is of type: CredentialStore
Writing test credential...Deleting test credential...
>>>> Microsoft authentication (AAD/MSA)[ OK ] Microsoft authentication (AAD/MSA)
>>>> GitHub API[ OK ] GitHub API
Diagnostic summary: 6 passed, 0 skipped, 1 failed.
Hi @rolandmosimann - We tried reproducing the error at our end, but unfortunately could not.
Both the workflows (Test & workaround) provided above completed successfully without error.
Please see the test run for the test workflow and workaround workflow.
Kindly, Let me know if you are still facing the issue, else we can close the same.
Thanks.
Description
Running
git credential-manager diagnose
on the latest image fails.Runner Image
Image: windows-2022
Version: 20241211.1.0
Credential-manager version: 2.6.0+3c28096588f549cb46f36b552390514356830abe
Diagnosis output:
Platforms affected
Runner images affected
Image version and build link
Runner Image
Image: windows-2022
Version: 20241211.1.0
Is it regression?
Version: 20241202.1.0
Expected behavior
NO Failure.
Actual behavior
Credential storage[FAIL] Credential storage
Repro steps
run workflow on latest image:
Possible workaround
The text was updated successfully, but these errors were encountered: