- git push origin xxx 出现以下错误:
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.
解决方法:git pull origin xxx
注:xxx分支是指与当前本地分支关联的远程分支
网友评论