2
I’m trying to store a project for Github by git, but when I use the command:
git push oringin master
Displays this message:
Updates Were Reject because the remote work that you do not have locally. This is usually caused by Another Repository pushing to the same ref. You may want to first integrates the remote changes before pushing Again.
Translation:
Updates have been rejected due to remote work that you don’t have locally. This is usually caused by another repository running push for the same ref. You may want to first integrate the remote changes before running the push command again.
How can I solve?
Writing "Someone helps me" or unintuitive titles is totally redundant, try to look at other questions and analyze how people do it, something else
sub
in Portuguese has nothing to do withsubi
orsubir
. Take this as a constructive criticism.– Guilherme Nascimento
Are you sure it’s
oring
? The correct command is notgit push origin master
?– Guilherme Nascimento
And this I forgot to put origin, I was storing normal every version of the project on github, but after I clicked on the readme la option on github, I put some comments, this presenting this error now when trying to push. You know how to solve this problem ?
– HashMap