loadlocale.c:130: _nl_intern_locale_data: Assertioncnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))’ failed.
Aborted (core dumped)
export LC_ALL=C
把这行代码添加到/home/username/.bashrc 文件中。
那么这句配置是什么意思呢?
搜索得到:
LC_ALL=C 是为了去除所有本地化的设置,让命令能正确执行。