4
respostas

Erro no Git

Fui tentar fazer conforme o vídeo, criei a chave e quando fui colocar o último comando que foi o git push -u origin main, deu o erro abaixo:

! [rejected] main -> main (fetch first) error: failed to push some refs to 'github.com:silviamedeiros/numero-secreto.git' hint: Updates were rejected because the remote contains work that you do not hint: have locally. This is usually caused by another repository pushing to hint: the same ref. If you want to integrate the remote changes, use hint: 'git pull' before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.

Eu já havia subido o projeto para o github pois no final do curso dele foi orientado fazer isso. Esse erro pode ser por conta disso?

4 respostas

Oi!

Sim, esse é o problema. Se você já subiu o código para o GitHub, vai dar erro ao tentar subir novamente de um outro repositório local.

Bons estudos!

Se eu apagar dá certo?

Sim.

Se você quiser baixar o projeto que já está no GitHub, basta fazer o clone do repositorio.

Olá Silvia, Talvez isso resolva seu problema git pull origin main Caso não funcione é interessante você verificar o repositorio remoto.