解压文件时报错gzip: stdin:not in gzip format

 

tar -vxf jexus-5.8.2-x64.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

查询 原因:

file jexus-5.8.2-x64.tar.gz
jexus-5.8.2-x64.tar.gz: HTML document, UTF-8 Unicode (with BOM) text, with CRLF line terminators

 

对文件类型进行查看,如图查看结果显示此文件为HTML document,是一个网页,所以文件下载存在问题。

posted @ 2022-10-24 22:03  三瑞  阅读(169)  评论(0)    收藏  举报