问题发生在向远程push代码时:git
相信提示信息:bash
hint: Updates were rejected because the tip of your current branch is behindcode
缘由:ip
当前分支低于主版本it
解决办法:class
sudo git push -u origin mfy -f //其中mfy是你的分支名
这样就就能正常提交了,截图:date