humba@AspireF5 MINGW64 ~/Google Drive/Arquivos Cursos/Alura/GIT e GitHub - Parte 1/src/Projeto (master)
$ git remote
local
humba@AspireF5 MINGW64 ~/Google Drive/Arquivos Cursos/Alura/GIT e GitHub - Parte 1/src/Projeto (master)
$ git push local master
fatal: 'src/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.
Anteriormente havia definido assim: git remote add local src/Servidor
Tenho a pasta Projeto, Projeto1 e Servidor(repository remote)
Quando fui executar o comando apareceu este erro descrito acima...
O que eu faço para resolver este erro?