neko@NEKO MINGW64 ~/Documents/Programacion/Logica de Programacion/Git-Github/repositorio (BARE:master) $ git init --bare Reinitialized existing Git repository in C:/Users/neko/Documents/Programacion/Logica de Programacion/Git-Github/repositorio/
neko@NEKO MINGW64 ~/Documents/Programacion/Logica de Programacion/Git-Github/repositorio (BARE:master) $ cd ..
neko@NEKO MINGW64 ~/Documents/Programacion/Logica de Programacion/Git-Github (master) $ cd bruno/
neko@NEKO MINGW64 ~/Documents/Programacion/Logica de Programacion/Git-Github/bruno (master) $ git remote
neko@NEKO MINGW64 ~/Documents/Programacion/Logica de Programacion/Git-Github/bruno (master) $ git remote add servidor C:/Users/neko/Documents/Programacion/Logica de Programacion/Git-Github/repositorio/ 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
** como hago para solucionar ese error**