使用tar解压时出现如下错误

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

    网上搜了一下,解决办法很简单,去掉z参数或是去掉zv都可以。

    1. tar -xfv xxx.tar.gz
    2. tar xf xxx.tar.gz