请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

git error

在最后将分支上的内容合并到主分支的时候报错,不知道是哪里出错了?

$ git merge city-router
Auto-merging src/router/index.js
CONFLICT (content): Merge conflict in src/router/index.js
Auto-merging src/pages/home/components/header.vue
Automatic merge failed; fix conflicts and then commit the result.

并且index.js突然加上了很多>>>:

import Vue from 'vue'
import Router from 'vue-router'
import Home from '../pages/home/Home.vue'
import City from '../pages/city/City.vue'

Vue.use(Router)

export default new Router({
  routes: [
    {
      path: '/',
      name: 'Home',
      component: Home
    },{
      path: '/city',
      name: 'City',
      component: City
<<<<<<< HEAD
    }]
=======
    }
  ]
>>>>>>> city-router
})


正在回答 回答被采纳积分+3

1回答

提问者 小虾饺 2018-05-16 16:40:17

在之后输入git merge --abort会报错:

error: Entry 'src/pages/city/components/Header.vue' not uptodate. Cannot merge.
fatal: Could not reset index file to revision 'HEAD'.

0 回复 有任何疑惑可以回复我~
  • Dell #1
    这是出现冲突了,百度下什么是git的冲突,然后解决掉冲突即可
    回复 有任何疑惑可以回复我~ 2018-05-16 22:00:06
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信