process: 0
通常是因为字符编码不一致导致
Windows 下的 ZIP 文件的默认编码为 CP437 或 GBK
CP437
GBK
Linux 系统默认使用 UTF-8 编码
UTF-8
unzip -O CP936 your_file.zip
7z x your_file.zip
convmv -f GBK -t UTF-8 --notest --recursive your_folder