Hola! Espero puedan ayudarme con este error que ocurre cuando intento replicar el paso al inicio de la clase 03/ actividad 05. Alguna sugerencia?
Hola! Espero puedan ayudarme con este error que ocurre cuando intento replicar el paso al inicio de la clase 03/ actividad 05. Alguna sugerencia?
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
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!