没事 ,,,
冲突
error: failed to push some refs to 'https://gitee.com/xxx'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
git 强制更新
git push -u origin master -f
---END---