error: Untracked working tree file 'public/images/icon.gif' would be overwritten by merge.
需要执行下面的命令才能修复:


git reset --hard HEAD    
git clean -f -d    
git pull  

posted on 2017-10-10 20:12  myHeartOTW  阅读(293)  评论(0编辑  收藏  举报