You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buenas noches! Tengo problemas con la introduccion, mirando el primer video llego al minuto 05:02 pero no me aparece lo mismo... dejo tal cual lo hice hasta el **error:
**Windows PowerShell
Copyright (C) Microsoft Corporation. Todos los derechos reservados.
Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: 02-JS-I/homework/homework.js
no changes added to commit (use "git add" and/or "git commit -a")
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git add 02-JS-I/homework/homework.js
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git restore --staged ..." to unstage)
modified: 02-JS-I/homework/homework.js
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git commit -m "first commit"
Author identity unknown
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'Rocio@NB-Rocio.(none)')
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry>**
Cuando hago el git push me aparece lo siguiente:
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git push
Everything up-to-date
Pero el tema es que cuando yo vengo al repositorio como dice en el video NO VEO MIS CAMBIOS... No se que estoy haciendo mal pero ya vengo hace dias probando pero realmente no sale... Como puedo solucionarlo o como puedo hacer para ver mis cambios?
A continuacion dejo adjunto las fotos:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Buenas noches! Tengo problemas con la introduccion, mirando el primer video llego al minuto 05:02 pero no me aparece lo mismo... dejo tal cual lo hice hasta el **error:
**Windows PowerShell
Copyright (C) Microsoft Corporation. Todos los derechos reservados.
Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: 02-JS-I/homework/homework.js
no changes added to commit (use "git add" and/or "git commit -a")
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git add 02-JS-I/homework/homework.js
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git restore --staged ..." to unstage)
modified: 02-JS-I/homework/homework.js
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git commit -m "first commit"
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'Rocio@NB-Rocio.(none)')
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry>**
Cuando hago el git push me aparece lo siguiente:
PS C:\Users\Rocio\OneDrive\Escritorio\Curso.Prep.Henry> git push
Everything up-to-date
Pero el tema es que cuando yo vengo al repositorio como dice en el video NO VEO MIS CAMBIOS... No se que estoy haciendo mal pero ya vengo hace dias probando pero realmente no sale... Como puedo solucionarlo o como puedo hacer para ver mis cambios?
A continuacion dejo adjunto las fotos:
Desde ya muchas gracias.
Beta Was this translation helpful? Give feedback.
All reactions