Last active
March 12, 2024 00:10
-
-
Save luisgradossalinas/7832fb4b4d8967862f00ccc8bd91f23d to your computer and use it in GitHub Desktop.
Revisions
-
luisgradossalinas revised this gist
Feb 23, 2023 . 1 changed file with 0 additions and 1 deletion.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 @@ -60,7 +60,6 @@ Clic en Generate token. <img width="758" src="https://user-images.githubusercontent.com/2066453/176284110-b7e69f66-61ec-4e39-b5a8-bfce7dba0866.png"> Clic en Generate token. <img width="706" src="https://user-images.githubusercontent.com/2066453/176284633-80a575a2-2f50-4fce-a4dd-23bed7055f44.png"> -
luisgradossalinas revised this gist
Feb 23, 2023 . 1 changed file with 3 additions and 3 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 @@ -51,11 +51,11 @@ Clic en Generate new token (classic)  Clic en Generate token. Note : ACCESO_APP (Por ejemplo) Expiration : 90 days. Permisos : Seleccionar el check repo y admin:org <img width="758" src="https://user-images.githubusercontent.com/2066453/176284110-b7e69f66-61ec-4e39-b5a8-bfce7dba0866.png"> -
luisgradossalinas revised this gist
Feb 23, 2023 . 1 changed file with 4 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 @@ -47,6 +47,10 @@ Clic en la opción Personal access tokens - Tokens (classic).  Clic en Generate new token (classic)  Clic en Generate new token. Note : access-repos (Por ejemplo) -
luisgradossalinas revised this gist
Feb 23, 2023 . 1 changed file with 2 additions and 2 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 @@ -43,9 +43,9 @@ Clic en la opción Developer settings. <img width="729" src="https://user-images.githubusercontent.com/2066453/176282861-423ecd7c-56bf-4a09-9dc6-b70fdc22edd2.png"> Clic en la opción Personal access tokens - Tokens (classic).  Clic en Generate new token. -
luisgradossalinas revised this gist
Feb 23, 2023 . No changes.There are no files selected for viewing
-
luisgradossalinas created this gist
Jun 28, 2022 .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,63 @@ # Creación de usuario en Github. Accedemos a la siguiente url: https://github.com/signup Ingresamos un correo (puede ser personal), clic en Continue. <img width="571" src="https://user-images.githubusercontent.com/2066453/176278099-f63f9787-c8e7-4332-8492-ed7772b8e7f3.png"> Se nos pedirá una clave. <img width="636" src="https://user-images.githubusercontent.com/2066453/176278242-9285f437-08d3-4dbd-845c-7a5f6b2ed7a5.png"> Se nos pedirá ahora un nombre de usuario, clic en Continue. <img width="631" src="https://user-images.githubusercontent.com/2066453/176278763-97c3cefd-4ef3-4aff-9d0b-aff1fa5e5399.png"> Ahora se no pedirá se deseamos recibir actualizaciones de Github. Podemos ingresar y o n, clic en Continue. <img width="624" src="https://user-images.githubusercontent.com/2066453/176278949-10894483-ddb9-402e-b7fa-9cf290e61f03.png"> Se lanzará un reto para validar que somos una persona real. Clic en Create account. <img width="602" src="https://user-images.githubusercontent.com/2066453/176279156-302faf8b-9961-4798-997f-c8d0ce4248a3.png"> Recibiremos un código a nuestro correo, lo ingresamos en la siguiente pantalla. <img width="576" src="https://user-images.githubusercontent.com/2066453/176279412-5c6c7934-b47c-4bdd-acfe-f757d8f5ade7.png"> Recibirás este correo con el código a ingresar. <img width="697" src="https://user-images.githubusercontent.com/2066453/176280480-6c17a20a-b578-47e4-9d3f-75b5447e1cae.png"> # Creación de Personal Access Token Clic en la esquina superior derecha (ícono de tu usuario), clic en Settings. <img width="761" src="https://user-images.githubusercontent.com/2066453/176282370-0e6aa6c9-44b0-4d1a-94c4-e7353a71e3d5.png"> Clic en la opción Developer settings. <img width="729" src="https://user-images.githubusercontent.com/2066453/176282861-423ecd7c-56bf-4a09-9dc6-b70fdc22edd2.png"> Clic en la opción Personal access tokens. <img width="719" src="https://user-images.githubusercontent.com/2066453/176283852-90e1dfa4-1eb4-4e2f-9e74-6bc2305352e8.png"> Clic en Generate new token. Note : access-repos (Por ejemplo) Expiration : 90 days. Permisos : Seleccionar el check repo (Por ejemplo) <img width="758" src="https://user-images.githubusercontent.com/2066453/176284110-b7e69f66-61ec-4e39-b5a8-bfce7dba0866.png"> Clic en Generate token. Token de la imagen es ficticio. <img width="706" src="https://user-images.githubusercontent.com/2066453/176284633-80a575a2-2f50-4fce-a4dd-23bed7055f44.png"> Copiamos el valor del token para poder descargar cambios de un repositorio privado.