“Unable to persist credentials with the ‘wincredman’ credential store” fix
I’ve tried all of the sudden not being able to push or pull to git, with the error mentioned in the title. From what I found worked to fix it, was this command in Git bash for the affected repo:
git config --global credential.credentialStore dpapi
The push and pull commands works again after executing that command.