Answer the question
In order to leave comments, you need to log in
How to clear the index of a git repository from deleted files?
The problem is this:
git status
# deleted: ëÏÐÉÑ.txt
$ git rm $(git ls-files --deleted)
fatal: pathspec 'ëÏÐÉÑ.txt' did not match any files
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question