关于git的问题,输入git push之后出现了这些错误
来源:6-7 Vue项目预热 - 项目代码初始化

qq_哦_36
2018-09-20
E:\Travel\Travel>git push
To gitee.com:PlanePlan/Travel.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@gitee.com:PlanePlan/Travel.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.
写回答
1回答
-
先用git pull拉一下代码,之后再push
10
相似问题