
Hi, I get the following warning every time I push to git.haskell.org. Anyone have an idea what the correct fix is? $ git push origin master perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = (unset) are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Counting objects: 13, done. Delta compression using up to 8 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 652 bytes | 0 bytes/s, done. Total 7 (delta 6), reused 0 (delta 0) remote: performing tab-check... remote: perl: warning: Setting locale failed. remote: perl: warning: Please check that your locale settings: remote: LANGUAGE = (unset), remote: LC_ALL = (unset), remote: LC_CTYPE = "UTF-8", remote: LANG = (unset) remote: are supported and installed on your system. remote: perl: warning: Falling back to the standard locale ("C"). remote: mirroring ssh://git@git.haskell.org/ghc to ssh:// git@github.com/ghc/ghc ... remote: To ssh://git@github.com/ghc/ghc remote: 22e4bba..d8b3826 master -> master remote: running notifier To ssh://git@git.haskell.org/ghc.git 22e4bba..d8b3826 master -> master