It appeared after Git push failed to push some refs to information such as error

git push error code caused by the conflict

Question: as shown below

As shown above, given the occurrence git push

Solution: use the git pull

Step1 .git pull Origin Master (connection change the local repository to the remote repository main branch)
Step2 .git Push -u Origin Master (re-pushed to the local file repository remote repository)
After the operation of FIG.  Can be submitted back to the remote viewing records, you can see the latest information submitted

Released four original articles · won praise 0 · Views 84

Guess you like

Origin blog.csdn.net/Acuncao_ll/article/details/104288585