Getting warnings when pushing to git.haskell.org
Roman Cheplyaka
roma at ro-che.info
Tue Mar 11 21:35:21 UTC 2014
Try setting your locale to something like en_US.UTF-8:
export LANG=en_US.UTF-8
unset LC_CTYPE
* Johan Tibell <johan.tibell at gmail.com> [2014-03-11 22:15:16+0100]
> 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
> _______________________________________________
> ghc-devs mailing list
> ghc-devs at haskell.org
> http://www.haskell.org/mailman/listinfo/ghc-devs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140311/abd0dff2/attachment.sig>
More information about the ghc-devs
mailing list