unzip error “End-of-central-directory signature not found”

血红的双手。 提交于 2020-01-07 00:54:00

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

https://askubuntu.com/questions/54904/unzip-error-end-of-central-directory-signature-not-found

Archive: upload.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 upload.zip or upload.zip.zip, and cannot find upload.zip.ZIP, period.

The problem is exactly what it says. Unzip can't find the line of code that signals the end of the archive, so either:

  1. The archive is corrupt.
  2. It is not a .zip archive.
  3. There are more than 1 parts to the archive, but that doesn't seem possible to me. You should try the other mirror too. It worked for me.

P.S. Notice how the program is made for Windows. So you need Wine (from http://www.winehq.com or the Ubuntu Software Center) to run it.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!