My git cli switched to russian after brew upgrade. I\'ve tried to find why, or how, but no clue.
$ git --version git version 2.19.0
How do
I added to ~/.bash_profile:
~/.bash_profile
alias git="LANG=\"en_US.UTF-8\" git"
Then execute source ~/.bash_profile and git is in English at Terminal.
source ~/.bash_profile