0
点赞
收藏
分享

微信扫一扫

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

90哦吼 2022-10-30 阅读 195

 

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,是一个网页,所以文件下载存在问题。



举报

相关推荐

0 条评论