您的位置:首页 > 其它

tar 报错gzip: stdin: not in gzip format

2014-03-17 14:22 246 查看
在linux下 用tar -zxf xxx.tar.bz2
然后就报这个错。

gzip: stdin: not in gzipformat
tar: Child returned status1
tar: Error exit delayed fromprevious errors

这个压缩包没有用gzip格式压缩 所以解压的时候也不用加上z 。直接tar -xf 就可以了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: