I have a repo on Bitbucket I just installed VS2022 I clone my repo and get Invalid credentials BUT the operations work
I check the repo and see the commits
this is what I see in the output window
Pushing master
Error encountered while pushing to the remote repository: Git failed with a fatal error.
Git failed with a fatal error.
Invalid credentials
Invalid credentials
Enumerating objects: 7, done.
Delta compression using up to 8 threads
Compressing objects: 25% (1/4)
Compressing objects: 50% (2/4)
Compressing objects: 75% (3/4)
Compressing objects: 100% (4/4)
Compressing objects: 100% (4/4), done.
I downloaded the latest Git-Credential-Manager (1.20) and the VS installer has Git for windows selected.
Any clues?