Olá, depois de executar o $ git remote add local master
eu tento realizar o push
do repositório local
na branch master
, mas ele retorna a mensagem Everything up-to-date
, pesquisei na web e vi que isso diz que ele não executa, o que é comprova-se que quando tento fazer o $ git pull local master
ele diz que
fatal: 'local' 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.
Tentei soluções da internet mas nenhuma delas funcionou, como eu poderia resolver esse problema?