Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thiagosperandio/60da6e4fe9bb39ce7a4626a4f1eb263e to your computer and use it in GitHub Desktop.
Save thiagosperandio/60da6e4fe9bb39ce7a4626a4f1eb263e to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment