问题:
从github clone源码失败,所以打包成zip下载下来了,在Linux下解压ZIP的时候报错:
pjw@pjw-virtual-machine:~/$ unzip linux-zero-5.2.y.zip
Archive: linux-zero-5.2.y.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. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of linux-zero-5.2.y.zip or
linux-zero-5.2.y.zip.zip, and cannot find linux-zero-5.2.y.zip.ZIP, period.
解决:
先判断压缩文件是否下载完整,如果完整则使用以下方式:
# 安装fastjar
sudo apt-get install fastjar
# 解压
jar xvf linux-zero-5.2.y.zip