-
报错信息如下:
error: invalid zip file with overlapped components (possible zip bomb)
To unzip the file anyway, rerun the command with UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE environmnent variable
解决方法:
设置以下环境变量,再进行解压。
# 设置环境变量
export UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE
# 解压
unzip xxx.zip