Try setting your locale to something like en_US.UTF-8: export LANG=en_US.UTF-8 unset LC_CTYPE
* Johan Tibell <[email protected]> [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://[email protected]/ghc to ssh:// > [email protected]/ghc/ghc ... > remote: To ssh://[email protected]/ghc/ghc > remote: 22e4bba..d8b3826 master -> master > remote: running notifier > To ssh://[email protected]/ghc.git > 22e4bba..d8b3826 master -> master > _______________________________________________ > ghc-devs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/ghc-devs
signature.asc
Description: Digital signature
_______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
