Closed thoughtless closed 10 years ago
Really weird. I'll test this on my Mac when I get a chance and see if I can reproduce the issue.
That file comes from the EFF's code for HTTPS-Everywhere, so a rename might be in order.
When I check the blame for this file, it looks like it is from upstream. However, it does seem to be a Mac Terminal related issue.
Does this question from SuperUser help at all? I do not have a Mac to try and reproduce this on.
@chris-barry That link wasn't the answer, but it helped me find https://stackoverflow.com/a/15553796/703108 which solved it. Thanks!
In case that gets removed or modified, the solution is:
git config --global core.precomposeunicode true
I also upgrade my git version (as that link recommended):
$ git --version
git version 2.0.4
Hm, wonder why Apple ships such an old version of Git. Anyway, thanks for closing this @thoughtless. If you find any more bugs please let us know!
I think this console session probably explains it best:
The problem file is https://github.com/chris-barry/darkweb-everywhere/blob/master/cert-validity/mozilla/builtin-certs/NetLock_Arany_=Class_Gold=_F%C5%91tan%C3%BAs%C3%ADtv%C3%A1ny.crt
Presumably renaming that file to something like
Fotanusitvany
would solve the problem. But I don't know if these file names are important.This is the issue I originally mentioned in https://github.com/chris-barry/darkweb-everywhere/issues/22 but it probably deserves its own ticket.