Skip to content

Instantly share code, notes, and snippets.

@ramingar
Last active January 12, 2024 15:45
Remove git credential-osxkeychain #git #osx #credential
git config --global --edit

Eliminar dentro de la sección [credential] el helper = osxkeychain

En la terminal:

git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment