Erro github
Carlos, boa tarde.
Porque está dando isto?
PS C:\projetos\webservice> git push -u origin master
o https://github.com/marcosbirrocalixto/webservice.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/marcosbirrocalixto/webservice.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.
Obrigado,
Olá, Marcos!
Tudo bem?
Primeiro, verifique se existe esse repositório remoto configurado: git remote
(Me envia print: https://imgur.com/)
Lista o seus branchs: git branch
(Me envia print: https://imgur.com/)
Tenta enviar assim:
git push origin
No aguardo.
O link não tá aparecendo:
é o llink do imgur com o complemento /a/SM6HLjO
Olá, Marcos!
Precisa rodar esse comando que sugeriu:
git push --set-upstream origin master
Boa tarde Carlos.
Eu rodei mas deu o abaixo:
Windows PowerShell
Copyright (C) Microsoft Corporation. Todos os direitos reservados.
PS C:\projetos\webservice> git push --set-upstream origin master
To https://github.com/marcosbirrocalixto/webservice.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/marcosbirrocalixto/webservice.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.
PS C:\projetos\webservice>
Está dando conflitos, esse repositório no GitHub tem alterações que o seu código local não possui.
Precisa fazer um git pull antes.
Se tiver alterado o mesmo arquivo, será necessário fazer um merge manual das alterações.
Precisa estar logado para conseguir responder a este ticket!
Clique Aqui Para Entrar!