git报错:failed to push some refs to

My website: welcome to visit
git push when error: failed to push some refs to ' https://git.dev.tencent.com/fueen/cms'

Next check found the cause, because the local directory and not README.md file, you need to use the following code to merge the following

git pull --rebase origin master

[Image dump outer link failure (img-EjVOVCt8-1568349434774) (C: \ Users \ admin \ AppData \ Roaming \ Typora \ typora-user-images \ 1568349146391.png)]

You can see more of a local repository file README.md

out

Then enter the git push origin master to push commands

Successfully resolved !!

Published 87 original articles · won praise 7 · views 20000 +

Guess you like

Origin blog.csdn.net/f2315895270/article/details/100800965