Locale Error in centos

后端 未结 3 1762
逝去的感伤
逝去的感伤 2021-01-30 14:42

Every time I login to my CentOS 6 server through SSH I get this error

Can anyone please explain what does that error mean & how to fix?

-bash: warnin         


        
3条回答
  •  天涯浪人
    2021-01-30 15:31

    Before connecting to the host via SSH, you can set LC_ALL to C, e.g.

    LC_ALL=C ssh user@example.com
    

提交回复
热议问题