Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Nao consigo fazer o Push

Apesar de fazer o push apesar de ter feito o login (apagado a credencial etc)

! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/venancioigor/alura-git-1.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.

Um detalhe é que ao tentar fazer o pull, tenho essa mensagem:

$ git pull origin master From https://github.com/venancioigor/alura-git-1

  • branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories

Alguém pode dar um help?

1 resposta
solução!

Pessoal, pesquisei na internet e encontrei a solução:

git pull --allow-unrelated-histories