Git报错的处理方法

2018-01-05  本文已影响0人  Dorazzz

1.在IDEA中进行分支切换时,出现如此错误,导致无法正常切换:

error: The following untracked working tree files would be overwritten by checkout

解决方法:git clean -d -fx

2.merge导致冲突时或是不想提交代码了,导致无法正常PUSH:

Pull is not possible because you have unmerged files.

解决方法:

git log

git reset --hard FETCH_HEAD

上一篇 下一篇

猜你喜欢

热点阅读