Pull is not possible because you have unmerged files

在使用git提交代码时偶尔会出现这个问题,说明有冲突

解决方法:

git  add -u 

然后就可以成功提交了,例如:git commit -m"control  light"    很简单有木有再见

你可能感兴趣的:(pull,is,not,possible)