Prezados , estou recebendo o erro abaixo:
Allison@Allison-PC MINGW64 ~/Documents/Alura2020/git/projeto (master) $ git push local master To C:/Users/Allison/Documents/Alura2020/git/servidor/ ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'C:/Users/Allison/Documents/Alura2020/git/servidor/' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Isso mesmo depois de excluir e incluir novo local remoto: Allison@Allison-PC MINGW64 ~/Documents/Alura2020/git/projeto (master) $ git remote remove local
Allison@Allison-PC MINGW64 ~/Documents/Alura2020/git/projeto (master) $ git remote add local "C:/Users/Allison/Documents/Alura2020/git/servidor/"