Próbuję przesłać mój projekt (wszystkie pliki w nowym repozytorium). Postępuję zgodnie z instrukcjami, ale gdy naciskam przycisk, pojawia git push -u origin master
się ten błąd:
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:asantoya/projectnewbies.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
Wystąpił ten błąd wiele razy i nie mogę się dowiedzieć, co robić.
git push --force <remote_repository>
pracował dla mnie.