Quem estiver vendo essa mensagem após atualizar o git bash for win:
git: 'credential-manager' is not a git command. See 'git --help'.
The most similar command is
credential-manager-core
Execute no terminal:
git config --show-origin --get-all credential.helper{
Se aparecer duas entradas, esse é o problema. Execute o comando abaixo:
git config --global --unset credential.helper