有位站长在转移数据的过程中,遇到了一个问题。在本地压缩成了zip格式,然后上传到BlueHost主机。但是解压失败。提示以下错误:
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 ***.zip or trunk.zip.zip, and cannot find ***.zip.ZIP, period. |
从BlueHost下载到本地,解压正常,说明zip包是完整的,很奇怪问题。
于是,在本地又换了一种格式,压缩成tar.gz,上传BlueHost,解压正常了。
看了一下客户的电脑用的是2345好压来压缩的,感觉问题应该是出在这里了。好压压缩的zip,可能兼容性有问题。
如果其他朋友也在用好压,也出现了zip无法解压的问题,请压缩成tar.gz格式吧。
以上就是BlueHost解压出错的解决方法,如果有其他站长也出来类似问题,可以参考上述的解决方法。