Answer the question
In order to leave comments, you need to log in
Git - how to delete Cyrillic files?
Greetings!
Situation - there is a local Git repository. Initially, files with names in Cyrillic were placed under version control (git add - git commit).
Then, in the Finder, these files were renamed to Latin.
And now, when trying to remove "old" versions of files from the Git repository, it refuses to do so.
I do this - git status
- then Cmd+C filename
- git rm "filename"
But Git writes that it does not know such a file - take.ms/993KR
And how can I now remove these files from the repository?
Answer the question
In order to leave comments, you need to log in
Two options - use GUI to Git (gitk, qgit)
Or try to apply these tips
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question