1
resposta

[Dúvida] Erro : git push origin main

! [rejected] main -> main (non-fast-forward) error: failed to push some refs to 'github.com:iaraferrer/jogo-do-numero-secreto.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. If you want to integrate the remote changes, hint: use 'git pull' before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.

o que fazer ?

1 resposta

Oi!

O erro é porque você está tentando enviar os commits para um repositório no GitHub em que os commits já foram enviados antes. Ou seja, o seu repositório no GitHub não está vazio e os commits já foram enviados.