error: failed to push some refs to ‘https://gitee.com/lvjiangshan/redmine/’
hint: Updates were rejected because the tip of your current branch is behind
To https://gitee.com/lvjiangshan/redmine/
hint: its remote counterpart. Integrate the remote changes (e.g.
! refs/heads/master:refs/heads/master [rejected] (non-fast-forward)
Done
hint: ‘git pull …’) before pushing again.
hint: See the ‘Note about fast-forwards’ in ‘git push --help’ for details.
进入项目目录
在git里面输入下面的代码
git pull --rebase origin master
git push -u origin master
回去重新推送,问题解决