Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
4
respuestas

No me toma el nombre siendo que cree un archivo

Hola chicos! alguien sabe por que no me toma mi nombre siendo que cree un archivo? Muchas gracias!

hp touch@Hp MINGW64 ~/Documents (master)
$ cd ..

hp touch@Hp MINGW64 ~ (master)
$ mkdir servidor

hp touch@Hp MINGW64 ~ (master)
$ cd servidor/

hp touch@Hp MINGW64 ~/servidor (master)
$ git init --bare
Initialized empty Git repository in C:/Users/hp touch/servidor/

hp touch@Hp MINGW64 ~/servidor (BARE:master)
$ cd ..

hp touch@Hp MINGW64 ~ (master)
$ cd Jaquelina
bash: cd: Jaquelina: No such file or directory

hp touch@Hp MINGW64 ~ (master)
$
4 respuestas

Hola, creaste el servidor te moviste atras a la carpeta hp touch y despues quisiste entrar a la carpeta jaquelina pero no hay ninguna carpeta llamada asi en hp touch

hp touch@Hp MINGW64 ~/Documents/ProyectoGIT/Jaquelina (master)
$ git remote add servidorlocal C:/Users/hp touch/Documents/ProyectoGIT/servidor/
usage: git remote add [<options>] <name> <url>

    -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


hp touch@Hp MINGW64 ~/Documents/ProyectoGIT/Jaquelina (master)
$ git remote

hp touch@Hp MINGW64 ~/Documents/ProyectoGIT/Jaquelina (master)
$

Hola Axel ahi cree la carpeta servidor y otra con mi nombre pero sigue dando el mismo error, no me toma servidorlocal

Logre que me tomara el servidor local!