Quando executo o passo com o comando git push main do terminal está dando erro. Tem aparecido: To https://github.com/lucasgrun19/arquivoteste.git
! [rejected] main -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/lucasgrun19/arquivoteste.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.
Não estou conseguindo fazer a resolução do desafio. Até procurei na internet mas nada adiantou, acho que por algum motivo os repositórios remoto e local não estão se conectando ou não estão sincronizados, inclusive tentei o git push -u main e git push origin main e nada.