$ git push servidor master fatal: '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.
$ git push servidor master fatal: '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.
Hola Juan, estas trabajado con linux?, podrías hacer un ( git status ) para ver donde estas ubicado, recordá que primero tenes que hacer ( git add . ) con git add y el punto agrgas todos os archivos, después haces el commit -m 'y el nombre que quieras'. Espero te sirva la ayuda, saludos
Verifica que estas ubicado en el directorio correcto
verifica los nombres de los servidores remotes con que cuentas git remote -v
Intenta nuevamente