正在推送 master To https://gitee.com/meta_codes/net-core-admin.git failed to push some refs to 'https://gitee.com/meta_codes/net-core-admin.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
未能将分支推送到远程存储库。请参见输出窗口了解更多详细信息。 将分支推送到远程存储库时遇到错误: rejected Updates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes ?before pushing again. ?
解决办法:?
git push -u origin master -f
强制覆盖已有的分支? 解决!
?
|