zip|zip flags 1 and 8 are not supported解决方案

原因是因为使用了mac自带的软件打包成了zip,这种zip包unzip命令无法解压的。
所以解决方案就是使用zip命令进行压缩,zip -r 目标文件 源文件
【zip|zip flags 1 and 8 are not supported解决方案】转载于:https://www.cnblogs.com/c-x-a/p/11171844.html

    推荐阅读