github - git push报错
迷茫
迷茫 2017-05-02 09:29:44
0
3
587

之前在gitHub上弄好了SSH并成功推送过一次,今天推送的时候报错

$ git push origin master
To git@github.com:ZhuYutao/learngit.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'git@github.com:ZhuYutao/learngit.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全部回复(3)
给我你的怀抱

错误信息中有原因。
在你这次push之前,有其他人push到了服务器上。你本地不是最新的。
你需要先git pull一下,然后在push。

给我你的怀抱

楼上是一个解决办法,还可以强制提交

过去多啦不再A梦

在每次提交的时候还是git pull 再git push 这个是习惯吧 否则会出现上述情况

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板