Depois de executar o "git rebase titulo" e aplicar o "git status" aparece essa mensagem: $ git status interactive rebase in progress; onto 6224339 Last command done (1 command done): pick 988095f nome da área do game No commands remaining. You are currently editing a commit while rebasing branch 'master' on '6224339'. (use "git commit --amend" to amend the current commit) (use "git rebase --continue" once you are satisfied with your changes)
nothing to commit, working tree clean
E quando vou dá o "git push RomuloLocal master" aparece a seguinte mensagem:
$ git push RomuloLocal master fatal: 'C:/Users/romul/Documents/Repositório/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.
Poderia me ajudar a resolver esse problema?