$ git push local master fatal: 'c:/Users/desktop/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 local master fatal: 'c:/Users/desktop/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.
Oi, Samuel. Tudo bem?
Existem duas coisas para se atentar:
git init --bare
? git remote set-url local C:/Users/desktop/servidor/
. Espero ter ajudado. Bons estudos!
funcionou! tirando o "C" e o "U", todos podem ser minúsculos, certo?