Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch create and checkout not works with Korean included branch #936

Open
bandoche opened this issue Mar 19, 2020 · 3 comments
Open

Branch create and checkout not works with Korean included branch #936

bandoche opened this issue Mar 19, 2020 · 3 comments

Comments

@bandoche
Copy link

bandoche commented Mar 19, 2020

fork-bug
Tested on Mac version(Version 1.0.90)

@DanPristupov
Copy link
Contributor

DanPristupov commented Mar 19, 2020

Could you type the name of the branch here so I could copy and paste it?
Are you sure it works with latin letters?

@bandoche
Copy link
Author

한글테스트
And non alphabet like ñ works, too.
ezgif-7-5c148cc7613c

@DanPristupov
Copy link
Contributor

DanPristupov commented Apr 7, 2020

Surprisingly this seems to be a problem in macOS

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants