Skip to content

Instantly share code, notes, and snippets.

@ramingar
Last active January 12, 2024 15:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ramingar/a5789a2323c3b2d59edd34d87e32ef19 to your computer and use it in GitHub Desktop.
Save ramingar/a5789a2323c3b2d59edd34d87e32ef19 to your computer and use it in GitHub Desktop.
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