You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything works when I run the following command in terminal:
git checkout --no-track -b 한글테스트 HEAD
However when I run the same request in Fork, git creates the branch, but doesn't checkout it. I suspect the unicode normalization problem on macOS (#444).
I tried to converting string to a precomposed canonical format it didn't help. I don't see a quick way to fix this.
Tested on Mac version(Version 1.0.90)
The text was updated successfully, but these errors were encountered: