I am having the same problem as the OP on this post, but I don't understand the answer marked as correct (I don't see that it explains how to fix the situation)
I do this and get this error:
$ git update-index --assume-unchanged web.config
fatal: Unable to mark file web.config
The file IS added to the repository
It is NOT in
.git/info/exclude
It is NOT in
.gitignore
(it was, but I took it out, then forced web.config to be added usinggit add -f web.config
, committed, and pushed those changes to the repo)When I do
git ls-files -o
it is NOT there
So what can I do to fix?
git ls-files -o
. If so, it's not in the repo. – Igniter