Linux——tar解压文件夹时,报错:gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not r
完整报错:
运行解压命令:
tar -zxvf XXX.tar
报错:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
原因:
该 .tar.gz 压缩包未具有gzip属性。所以不能采用 -z
解决办法:
tar -xvf XXX.tar