问题

当zip文件是Windows创建且编码存在问题时,macOS X自带的unzip是不能解压的,会提示:unable to expand “*.zip” into “Download”. (Error 22 - Invalid argument.)

unzip error 22 - Invalid argument

解决方案:

用ditto:
ditto -x -k zip_file_path unzip_destinatio_path

参考:Using ditto to create and extract archives at MarcK

方案2

还可以选用解压缩软件The Unarchiver

相关文章:

  • 2021-08-01
  • 2021-10-30
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-01-27
  • 2021-08-11
猜你喜欢
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-02-23
相关资源
相似解决方案