Created
August 22, 2024 13:25
-
-
Save igorferreira/c23f38eebf8ce1905b22e02f6156b08f to your computer and use it in GitHub Desktop.
Limpar a senha do git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git credential-cache exit # Limpa as credenciais em cache (se estiver usando) | |
git config --global --unset credential.helper # Desabilita qualquer helper configurado | |
git pull # Força a solicitação de novas credenciais | |
git config --global credential.helper wincred # Configura para salvar as credenciais no Windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment