0

I got this directories:

  • main%F0java
  • main%F0res

created for any reason (I guess android studio is to blame) and committed it on a rush. the fact is thath %F0 is the  symbol so when I go to commit/remove via terminal/source tree I always fail.

I tried:

git rm -rf *java

but got

fatal: pathspec 'main%F0java' did not match any files

I just started to pull out my (few) hair. Anyway around this mess ? I'm on a mac btw

Thanks

Étienne
  • 4,773
  • 2
  • 33
  • 58

1 Answers1

0

removing and committing via the console (not with sourcetree) seemed to work. thanks to Issam