I notice that in the latest version of Git, the default is now to popup a \"Git Credential Manager for Windows\" dialog instead of prompting me for me password at the Bash p
Use:
C:\Program Files\Git\mingw64\libexec\git-core git credential-manager uninstall --force
This works on Windows systems. I tested it, and it worked for me.