Thank you for the invitation. If a conflict occurs when executing git pull origin master, execute git push origin master after resolving the conflict. If there is no conflict, just execute git push origin master directly. Hope it helps you
In this case, the code in the git repository is usually updated, and your local code is not the latest and cannot be pushed. Just execute the git pul command
Thank you for the invitation. If a conflict occurs when executing git pull origin master, execute git push origin master after resolving the conflict. If there is no conflict, just execute git push origin master directly. Hope it helps you
It seems that someone else has also submitted the code. Because the base point is different, your submission request has been rejected.
You can try to execute it first
git pull --rebase
,如果有冲突,解决冲突;再git push
Try it onceIn this case, the code in the git repository is usually updated, and your local code is not the latest and cannot be pushed. Just execute the git pul command