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
Mi duda no se trata de un tema administrativo o personal, ya que en ese caso debo contactar a mi profe, al Jefe de Bienestar o al correo del curso (iic2233@ing.puc.cl).
Utilizaré un título descriptivo y llenaré correctamente esta plantilla.
Contenido
Hola estoy teniendo problemas con subir mis archivos cambiados a git hub. Me aparece lo siguiente:
git
benja@DESKTOP-962O3G5 MINGW64 ~/OneDrive/Escritorio/2022-2/ProgramacionAvanzada/benjazuloaga-iic2233-2022-2/Tareas/T0 (main)
$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: desarrollo_tarea0.py
Untracked files:
(use "git add ..." to include in what will be committed)
desarrollo_tarea0opcion2.py
no changes added to commit (use "git add" and/or "git commit -a")
benja@DESKTOP-962O3G5 MINGW64 ~/OneDrive/Escritorio/2022-2/ProgramacionAvanzada/benjazuloaga-iic2233-2022-2/Tareas/T0 (main)
$ git add desarrollo_tarea0
fatal: pathspec 'desarrollo_tarea0' did not match any files
Prerrequisitos
(Marcar colocando una X entre los corchetes los ítems que ya hiciste, así: "[X]")
Contenido
Hola estoy teniendo problemas con subir mis archivos cambiados a git hub. Me aparece lo siguiente:
git
benja@DESKTOP-962O3G5 MINGW64 ~/OneDrive/Escritorio/2022-2/ProgramacionAvanzada/benjazuloaga-iic2233-2022-2/Tareas/T0 (main)
$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: desarrollo_tarea0.py
Untracked files:
(use "git add ..." to include in what will be committed)
desarrollo_tarea0opcion2.py
no changes added to commit (use "git add" and/or "git commit -a")
benja@DESKTOP-962O3G5 MINGW64 ~/OneDrive/Escritorio/2022-2/ProgramacionAvanzada/benjazuloaga-iic2233-2022-2/Tareas/T0 (main)
$ git add desarrollo_tarea0
fatal: pathspec 'desarrollo_tarea0' did not match any files
benja@DESKTOP-962O3G5 MINGW64 ~/OneDrive/Escritorio/2022-2/ProgramacionAvanzada/benjazuloaga-iic2233-2022-2/Tareas/T0 (main)
$
Me señala que mi archivo no encaja con ningún otro pero es el mismo que esta en la carpeta
The text was updated successfully, but these errors were encountered: