-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
bit sync
buggy behaviour with non-English locale
#47
Comments
Thanks for filing this. Error is due to this line probably https://github.com/chriswalz/bit/blob/master/cmd/util.go#L94. Perhaps its time to start leveraging go-git more https://github.com/go-git/go-git |
i have zero skill in golang, but something like above code can be enough. |
@veksha Yes I like the idea. I think that would work. Any ideas as to why |
@chriswalz i guess you have to generate this locale. |
expected response:
nothing to save or commit
actual response:
Please provide a description of your changes...
LANG=en_EN.UTF-8 bit sync
-> OKLANG=ru_RU.UTF-8 bit sync
-> not OKtherefore,
bit sync
-> not OK for me.The text was updated successfully, but these errors were encountered: