使用tar xvzf name.tar.gz 出现如下错误
gzip:stdin:not in gzip format
tar:child returned status 1
tar:Error is not recoverable:exiting now
原因:没有用gzip格式压缩,所以直接用tar xf name.tar.gz 解压改文件
本文介绍了在使用tar命令解压name.tar.gz文件时遇到的错误:'gzip: stdin: not in gzip format', 'tar: child returned status 1' 和 'tar: Error is not recoverable: exiting now'的原因及解决办法。原因是文件并非采用gzip格式压缩。
使用tar xvzf name.tar.gz 出现如下错误
gzip:stdin:not in gzip format
tar:child returned status 1
tar:Error is not recoverable:exiting now
原因:没有用gzip格式压缩,所以直接用tar xf name.tar.gz 解压改文件
4012

被折叠的 条评论
为什么被折叠?