`
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github (master)
$ cd Ana/proyecto/
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Ana/proyecto (master) $ git push servidorcarpeta master fatal: 'C:/Antonio/OracleAlura/servidor/' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Ana/proyecto (master) $ git status On branch master Your branch is ahead of 'servidorcarpeta/master' by 1 commit. (use "git push" to publish your local commits)
nothing to commit, working tree clean
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Ana/proyecto (master) $ git push servidorcarpeta master fatal: 'C:/Antonio/OracleAlura/servidor/' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Ana/proyecto (master) $ cd ..
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Ana (master) $ cd ..
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github (master) $ cd Antonio/
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Antonio (master) $ git pull servidorcarpeta master fatal: 'C:/Antonio/OracleAlura/servidor/' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Antonio (master) $ ^C
jgomez@MOVBOITTES02 MINGW64 /c/Antonio/OracleAlura/curso-git-y-github/Antonio (master) $
`
Tengo un error al realizar el push y el pull, ya revise los videos tres veces y el profesor no enfatizo al momento de crear los directorios. No logre comprender la jerarquia de los directorios y no se en donde pueda remediar eso.