Error when doing git pull, unable to resolve
Posted
by nubela
on Stack Overflow
See other posts from Stack Overflow
or by nubela
Published on 2010-06-15T05:43:25Z
Indexed on
2010/06/15
5:52 UTC
Read the original article
Hit count: 296
git
Hi, I'm getting this git error and I don't really get what it means, nor how I can fix it:
(v_env)[nubela@nubela-desktop searchplus]$ git pull origin master
From file:///home/nubela/Workspace/_git/searchplus
* branch master -> FETCH_HEAD
Updating 38f3d5b..fe6028c
error: Untracked working tree file 'searchplus/.project' would be overwritten by merge. Aborting
(v_env)[nubela@nubela-desktop searchplus]$
I've done the following but to no avail:
git clean -f -d
git reset --hard HEAD
Anyone can help enlighten me? Thanks :)
© Stack Overflow or respective owner