Skip to content
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

> > > [..] and that worked, other than it would ask for credentials every time (instead of caching them). It appears now that only GCM Core is available, however. #1422

Closed
Gahona47 opened this issue Sep 21, 2023 · 0 comments

Comments

@Gahona47
Copy link

          > > > [..] and that worked, other than it would ask for credentials every time (instead of caching them). It appears now that only GCM Core is available, however.

This will be the same underlying problem. GCM for Windows will have been prompting you each time because it was failing to persist credentials in the store. GCM (Core) is instead failing up-front because it has detected persistence is broken for some reason.
Please can you try changing the backing store that is being used to one that is more reliable?

git config --global credential.credentialStore dpapi

This will tell GCM to write credentials to encrypted files under %USERPROFILE%\.gcm\dpapi_store rather than use the Windows Credential Manager store (which is seemingly not working for you).

it fixed my issue that it "Unable to persist credentials with the 'wincredman' credential store."

I had this same issue and this resolved my issue as well

Originally posted by @DanWaheed in #633 (comment)

@Gahona47 Gahona47 reopened this Sep 21, 2023
@Gahona47 Gahona47 reopened this Sep 21, 2023
@Gahona47 Gahona47 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Gahona47 and others