错误如下
Archive: train.zip
warning [train.zip]: 1315350769 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [train.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
解决方法:
先修复,在解压
zip -FF train.zip --out train_r.zip -fz
unzip -d train train_r.zip