Cuando intento hacer el $ git push servidorlocal master me salta que no parece ser un directorio git, pero al hacer $ git remote si me sale como repositorio
Mati@DESKTOP-KFIQIAR MINGW64 ~/Desktop/Programacion/Alura-ONE/Git-y-Github (master)
$ git remote
servidorlocal
Mati@DESKTOP-KFIQIAR MINGW64 ~/Desktop/Programacion/Alura-ONE/Git-y-Github (master)
$ git push servidorlocal master
fatal: 'C:/Users/Mati/Desktop/Programacion/AluraONE/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.