Unzipping file Zip Exception: invalid entry size (expected 193144 but got 193138 bytes)

时光怂恿深爱的人放手 提交于 2019-12-05 05:17:04

It looks like your zip file has been corrupted in the process of transferring it to the Ubuntu machine. Try unzipping the same file from the command line on the Ubuntu machine to see if it also reports problems.

If I was to make a random guess, it would be that you transferred the ZIP file via FTP and used 'ascii' mode instead of 'binary' mode. (FTP could have converted '\r\n' to '\n' six times ...)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!