Git status gives me this:
$ git status
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
"\357\200\233\357\200\233OB\357\200\233q"
nothing added to commit but untracked files present (use "git add" to track)
There is no such file or directory:
$ cat $"\357\200\233\357\200\233OB\357\200\233q"
cat: '\357\200\233\357\200\233OB\357\200\233q': No such file or directory
Another weird thing is that the status command before the last commit did not show this weird path string.
Any idea what is going on? should I "git clean -f"? is it safe?