Getting warnings when pushing to git.haskell.org

Johan Tibell johan.tibell at gmail.com
Tue Mar 11 21:15:16 UTC 2014


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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140311/269c0932/attachment.html>


More information about the ghc-devs mailing list