This just started happening to me today in IntelliJ's terminal all of a sudden.
git's command line interface is in Russian now. For example, git status
returns something like:
Изменения, которые не в индексе для коммита:
(используйте «git add <файл>…», чтобы добавить файл в индекс)
(используйте «git checkout -- <файл>…», чтобы отменить изменения
в рабочем каталоге)
изменено: whatever/filename.kt
If I run git from the macOS's Terminal app, the CLI is in English, as expected.
I'm using IntelliJ Community Edition 2018.2.3 on macOS 10.12.6 and haven't changed any of my settings except upgrading git to 2.19.0 and the Kotlin plugin to v1.2.70 today.
It's not that I don't understand Russian, it's just I've been using English UI for years, and this sudden change is unnecessary and throws me off. Is there a way to change it back?
Edit: I've downgraded git version via brew switch git 2.18.0
and it's back to English CLI. Weird. Still trying to figure out why git
switches to Russian in v2.19. macOS's GUI, preferred language, primary input source are all English
on my laptop, and the region is set to United States
.