error: invalid compressed data to inflate file #14: bad zipfile offset (local header sig):

The reason is that the zip file is too large to be extracted directly by using the command unzip name.zip.
Solutions:
1. See the blog on CSDN that jar XVF full.zip is used for decompression, and the actual measurement can be done;
One stateoverflow option is zip-f file.zip --out file-large.zip and then use the command unzip file-large.zip.

Read More: