Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema con git add #75

Open
4 tasks
benjazuloaga opened this issue Aug 24, 2022 · 1 comment
Open
4 tasks

Problema con git add #75

benjazuloaga opened this issue Aug 24, 2022 · 1 comment
Assignees
Labels
:octocat: Git Dudas sobre Git y Github Resuelto

Comments

@benjazuloaga
Copy link

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

@Lord-Kelsier
Copy link

Hola, observa que el archivo que falta añadir es desarrollo_tarea0opcion2.py (segun dice bajo "Untracked files" ) y tu escribiste desarrollo_tarea0.

@Lord-Kelsier Lord-Kelsier self-assigned this Aug 24, 2022
@Lord-Kelsier Lord-Kelsier added :octocat: Git Dudas sobre Git y Github Resuelto labels Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:octocat: Git Dudas sobre Git y Github Resuelto
Projects
None yet
Development

No branches or pull requests

2 participants