Last active
June 14, 2022 18:13
-
-
Save edgarjaviertec/757d4262081f3822fc8638788fbbe522 to your computer and use it in GitHub Desktop.
Revisions
-
edgarjaviertec revised this gist
May 25, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ ## Corregir la advertencia 'LC_CTYPE' en VSCode Si al usar la terminal de 'Visual Studio Code' con 'Git Bash' en Windows 10 te sale este error: ``` bash: warning: setlocale: LC_CTYPE: cannot change locale (es_419.UTF-8): No -
edgarjaviertec renamed this gist
May 24, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
edgarjaviertec created this gist
May 24, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ Si al usar la terminal de 'Visual Studio Code' con 'Git Bash' en Windows 10 te sale este error: ``` bash: warning: setlocale: LC_CTYPE: cannot change locale (es_419.UTF-8): No such file or directory ``` #### Paso 1 Haz clic en File > Preferences > Settings (Menú superior) ### Paso 2 En la pestaña de "Settings" que se abrió, asegúrate de estar en la sub-pestaña "User" ### Paso 3 Haz clic en Features > Terminal (Panel izquierdo) ### Paso 4 Localiza la configuración "Detect Locale" y cámbialo de "auto" a "off" ### Paso 5 Cierra el editor y vuelve a abrirlo