Can't do a git pull -


i'm trying git pull , error message:

error: following untracked working tree files overwritten merge: <myfilename> please move or remove them before can merge. 

so, try remove file using command git rm --cache results in error:

fatal: pathspec <myfilename> did not match files 

at point i'm stuck. can't pull until remove file. but, tells me can't remove file.

what can fix this?

you have untracked files in way of pull. can't remove them git rm --cached because untracked. don't appear in index. need remove them plain old rm


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -