I am trying to do git pull and get an error message:
error: The following untracked working tree files would be overwritten by merge: <myFileName> Please move or remove them before you can merge.
So, I am trying to delete a file using the git rm --cache command , which results in an error:
fatal: pathspec <myFileName> did not match any files
At this moment I am stuck. I cannot pull until I delete the file. But, this tells me that I cannot delete the file.
What can I do to fix this?
git
Todd May 08 '13 at 18:28 2013-05-08 18:28
source share