3
respostas

é outro caminho o push ? oque fazer?

maxwe@DESKTOP-NBIGBF7 MINGW64 ~/Desktop/Informática/Tecnologia/git-e-github/Maxwel (master) $ git remote [local

maxwe@DESKTOP-NBIGBF7 MINGW64 ~/Desktop/Informática/Tecnologia/git-e-github/Maxwel (master) $ git push local master fatal: 'C:UsersmaxweDesktopInformáticaTecnologiagit-e-githubservidor' 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.

maxwe@DESKTOP-NBIGBF7 MINGW64 ~/Desktop/Informática/Tecnologia/git-e-github/Maxwel (master) $

3 respostas

Oi, Maxwel, tudo bem?

Veja se essa colução pode te ajudar: https://stackoverflow.com/questions/32238616/git-push-fatal-origin-does-not-appear-to-be-a-git-repository-fatal-could-n

Agradecido, consegui resolve! ^^

Tentei realizar o procedimento que para o Maxwel deu certo, mas para mim continuou dando errado, e estou com o mesmo problema dizendo:

fatal: Could not read from remote repository.

e também:

fatal: '/home/marinamicas/Documentos/CursosAlura/Git' does not appear to be a git repository

Vejam meu terminal do ubuntu:

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git remote
local
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git push local master
fatal: '/home/marinamicas/Documentos/CursosAlura/Git' 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.
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# 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.
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# clear

root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git push local master
fatal: '/home/marinamicas/Documentos/CursosAlura/Git' 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.
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git remote -v
local    /home/marinamicas/Documentos/CursosAlura/Git (fetch)
local    /home/marinamicas/Documentos/CursosAlura/Git (push)
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git push local master
fatal: '/home/marinamicas/Documentos/CursosAlura/Git' 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.
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git remote remove local
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git remote
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git remote add origin /home/marinamicas/Documentos/CursosAlura/Git
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git remote
origin
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# git push origin master
fatal: '/home/marinamicas/Documentos/CursosAlura/Git' 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.
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# chmod -R 777 origin
chmod: não foi possível acessar 'origin': Arquivo ou diretório inexistente
root@desenv:/home/marinamicas/Documentos/CursosAlura/Git/marina# 

Alguém poderia me ajudar? A estrutura de minhas pastas estão assim:

--Git (tem as pastas: lira; marina; e servidor):

|--lira (que seria a outra pessoa)

|--marina (que seria o meu projeto)

|--servidor (que seria o meu servidor local)