invalid zip file with overlapped components (possible zip bomb)
检查文件是否正确
使用MD5等方法,(我是可以确定我的文件没有错误的,我可以在其他的地方(我的个人电脑)上正常解压)。
更换unzip的版本
参考:unzip error
我的做法
因为我只是普通用户,在服务器上安装软件不太方便。所以:
我从其他的服务器上拷贝了一个unzip。
which unzip # /usr/bin/unzip
scp /usr/bin/unzip root@ip:path
使用拷贝的unzip可以正常工作
本文介绍了解决因Zip炸弹导致的invalidzipfilewithoverlappedcomponents错误的方法。通过验证文件完整性和替换unzip版本来解决问题。
1万+

被折叠的 条评论
为什么被折叠?



