您的位置:首页 > 其它

tar 报错gzip: stdin: not in gzip format

2014-05-23 18:01 344 查看
今天下载一个gz压缩包,使用tar -zxvf   解压缩报错

错误如下:

gzip: stdin: not in gzip format

tar: Child returned status 1

tar: Error is not recoverable: exiting now

解决方法:使用tar -xf 

原因是:文件没有使用gzip压缩
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: