Mac无法解压Onedrive下载的压缩文件解决方案

309 阅读1分钟

报错

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