Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Não estou conseguindo fazer push. Erro: ! [rejected]

$ git push origin master
fatal: HttpRequestException encountered.
   Ocorreu um erro ao enviar a solicita▒▒o.
Username for 'https://github.com': felipebbmacedo
To https://github.com/felipebbmacedo/carmen-sandiego.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'https://github.com/felipebbmacedo/carmen-sandiego.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

User@PC-FELIPE MINGW64 /c/projeto/carmen-sandiego (master)
$
3 respostas
solução!

Oi Felipe

O erro está dizendo que o push está rejeitado pois o repositório remoto está em uma versão que você não tem, por isso ele para você atualizar fazendo um git pull origin master antes do push, pode fazer isso ?

abraço

$ git push origin master fatal: HttpRequestException encountered. Ocorreu um erro ao enviar a solicita▒▒o. Username for 'https://github.com': felipebbmacedo To https://github.com/felipebbmacedo/carmen-sandiego.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/felipebbmacedo/carmen-sandiego.git' 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. Não estou conseguindo aprender esse negócio. Os conceitos estão embolados na minha mente. Vou tentar voltar para o início do curso pela terceira vez. Complicado esse tal de git.

refiz desde o início e o erro não ocorreu mais.