🗒️bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
2023-8-28
| 2023-8-27
0  |  0 分钟
type
Post
status
Published
date
Aug 28, 2023
slug
utf8
summary
tags
开发
category
技术分享
icon
password
  • bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) -bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) -bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
方法一:
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
方法二:
sudo dpkg-reconfigure locales
技术分享
  • 开发
  • debian修改时区Article Template
    目录