报错
warning [name.zip]: [] extra bytes at beginning or within zipfile
(attempting to process anyway)
error [19.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
原因
Mac无法处理PKZIP文件格式
解决
- 安装文件包
brew install p7zip - 解压:
7za x [name].zip