Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Solucionado (ver solución)
Solucionado
(ver solución)
3
respuestas

error al ejecutar el comando git push

Hola! Espero puedan ayudarme con este error que ocurre cuando intento replicar el paso al inicio de la clase 03/ actividad 05. Alguna sugerencia?

Ingrese aquí la descripción de esta imagen para ayudar con la accesibilidad

Ingrese aquí la descripción de esta imagen para ayudar con la accesibilidadIngrese aquí la descripción de esta imagen para ayudar con la accesibilidad

error

3 respuestas

Borralo con git remote remove servidorlocal

Y luego agregalo de nuevo respetando las barras: git remote add servidorlocal C:/Users/cgspe/Documents/git-y-github/cris

Y después probá de nuevo: git push servidorlocal master

solución!

yo lo hice y me salio esto

`Livan@DESKTOP-H0KE1CS MINGW64 ~/Documents/programacion/git - github 1 (master) $ git remote add servidorlocal C:\Users\Livan\Documents\programacion\git - github 1 usage: git remote add []

-f, --fetch           fetch the remote branches
--tags                import all tags and associated objects when fetching
                      or do not fetch any tag at all (--no-tags)
-t, --track <branch>  branch(es) to track
-m, --master <branch>
                      master branch
--mirror[=(push|fetch)]
                      set up remote as a mirror to push to or fetch from

Livan@DESKTOP-H0KE1CS MINGW64 ~/Documents/programacion/git - github 1 (master) `

Muchas gracias!