Skip to content

Instantly share code, notes, and snippets.

@ramingar
Last active January 12, 2024 15:45

Revisions

  1. ramingar revised this gist Feb 9, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions remove-git-credential-osxkeychain.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,8 @@ 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
  2. ramingar revised this gist Feb 9, 2017. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions remove-git-credential-osxkeychain.md
    Original file line number Diff line number Diff line change
    @@ -3,3 +3,9 @@ git config --global --edit
    ```

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

    ```
    git config --local --unset credential.helper
    git config --global --unset credential.helper
    git config --system --unset credential.helper
    ```
  3. ramingar created this gist Feb 9, 2017.
    5 changes: 5 additions & 0 deletions remove-git-credential-osxkeychain.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ```
    git config --global --edit
    ```

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