正文解决linux 终端UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byteIP云V管理员/2022-08-08/6 阅读 08/08提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 vi /etc/locale.conf 修改LANG="zh_CN.gbk"最后执行source /etc/locale.conf 即可永久生效,下次登录,中文就不会乱码了。