ssh 远程机器提示没有设定LC_CTYPE

2019-03-13  本文已影响0人  柏霖_bf14

ssh远程服务时提示

-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

处理方案

# vim /etc/environment

添加

LANG=en_US.utf-8

LC_ALL=en_US.utf-8

```~~~~

上一篇 下一篇

猜你喜欢

热点阅读