Git Pull is Not Possible, Unmerged Files

后端 未结 8 2096
小蘑菇
小蘑菇 2020-12-07 07:47

I\'ve read all of the similar questions on this; it seems that none of the following have worked:

Delete offending files
git reset --hard HEAD
git stash
git          


        
8条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-07 08:09

    There is a solution even if you don't want to remove your local changes. Just fix the unmerged files (by git add or git remove). Then do git pull.

提交回复
热议问题