git status
fatal: ni ceci ni aucun de ses répertoires parents n'est un dépôt git : .git
locales output:
$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
I know I can fix this by exporting
export LANG=en.US
to set the language to English. However, I would expect the default language to be English, when no language is configured. Why is git in french with no language configured?