[PROMOÇÃO] Assine com + 30% de desconto ANUAL MENSAL (últimas horas)
Marcos Birro Calixto
Criador Marcos Birro Calixto 19/08/2019

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,

Manager Carlos Ferreira 19/08/2019

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.

Carlos Ferreira
Criador Marcos Birro Calixto 19/08/2019

Bom dia.

 

Veja:

https://imgur.com/a/SM6HLjO

 

Obrigado

Marcos Birro Calixto
Criador Marcos Birro Calixto 19/08/2019
Marcos Birro Calixto
Criador Marcos Birro Calixto 19/08/2019

O link não tá aparecendo:

 

é o llink  do imgur com o complemento /a/SM6HLjO

Marcos Birro Calixto
Manager Carlos Ferreira 19/08/2019

Olá, Marcos!

Precisa rodar esse comando que sugeriu:
git push --set-upstream origin master

Carlos Ferreira
Criador Marcos Birro Calixto 19/08/2019

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>

Marcos Birro Calixto
Manager Carlos Ferreira 19/08/2019

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.

Carlos Ferreira
Sabe a Solução? Ajude a resolver!

Precisa estar logado para conseguir responder a este ticket!

Clique Aqui Para Entrar!