【报错原因】:没有utf-8这个语系(没添加语言_国名前缀),LC_ALL又没设定值。
在 /etc/environment 加入以下两行,重新登陆即可。
LANG=en_US.utf-8 LC_ALL=en_US.utf-8
Posted imzye
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac iTerm2登陆CentOS提示warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or dire相关的知识,希望对你有一定的参考价值。
【报错原因】:没有utf-8这个语系(没添加语言_国名前缀),LC_ALL又没设定值。
在 /etc/environment 加入以下两行,重新登陆即可。
LANG=en_US.utf-8 LC_ALL=en_US.utf-8
以上是关于Mac iTerm2登陆CentOS提示warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or dire的主要内容,如果未能解决你的问题,请参考以下文章
iTerm2 + Oh My Zsh 打造舒适终端体验[mac os系统]
MAC下使用zsh搭配iTerm2,打造有git提示的shell