intente seguir los pasos del instructor pero me surgio un problema para crear "servidorlocal", les dejo lo que escribí en la terminal de VS Code git remote add servidorlocal E:/Cursos Chile/ONE - Alura Latam/Principiante en programacion/servidor/ y a continuación me salió esto:
**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**
Intenté entender como seguir con el comando de Git y escribí lo siguiente: *git remote add <servidorlocal> <E:/Cursos Chile/ONE - Alura Latam/Principiante en programacion/servidor/>*, después de esto Git me lanzó un error que me dice:
En línea: 1 Carácter: 16
+ git remote add <servidorlocal> <E:/Cursos Chile/ONE - Alura Latam/Pri ...
+ ~
El operador '<' está reservado para uso futuro.
En línea: 1 Carácter: 32
+ git remote add <servidorlocal> <E:/Cursos Chile/ONE - Alura Latam/Pri ...
+ ~
El operador '<' está reservado para uso futuro.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported