码迷,mamicode.com
首页 > 其他好文 > 详细

git pull报error: Untracked working tree file 'public/images/icon.gif' would be overwritten by merge

时间:2017-10-10 21:49:54      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:clean   error   修复   ror   bsp   tree   --   rac   git reset   

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


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

git pull报error: Untracked working tree file 'public/images/icon.gif' would be overwritten by merge

标签:clean   error   修复   ror   bsp   tree   --   rac   git reset   

原文地址:http://www.cnblogs.com/dragonh/p/7647591.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!