Last active
January 12, 2024 15:45
Revisions
-
ramingar revised this gist
Feb 9, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal 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 -
ramingar revised this gist
Feb 9, 2017 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal 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 ``` -
ramingar created this gist
Feb 9, 2017 .There are no files selected for viewing
This file contains 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 charactersOriginal 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`