[Solved] error: failed to push some refs to ‘https://gitee.com/wangdxstudy/mygirl.git‘

The main reason for this error is that there is no “. MD” file in the uploaded project

Solution:

1. Pull down MD file

git pull --rebase origin master

2. Upload again

git push origin master

be accomplished!!!

Read More: