在向服务器上传一个windows上压缩的zip文件,解压时使用unzip xxx.zip
时出现报错 End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive。
原因是unzip命令有局限,使用jar xvf xxx.zip
就行。
linux服务器解压缩zip文件时报错End-of-central-directory signature not found
最新推荐文章于 2025-04-17 10:54:34 发布