码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-09-06 23:03:00      阅读:294      评论:0      收藏:0      [点我收藏+]

标签:tar   esc   sequence   round   nginx   格式   over   long   rom   

今天也是像往常一样,我打开虚拟机想测试一个高版本的nginx,按部就班的下载,解压,但是和往常不一样的是,这次有报错,很高兴,又能学习到新东西了。下面一起来看看吧!

[root@linux-node1 tools]# tar xf nginx-1.12.2.tar.gz

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

tar 解不开压缩包,很奇怪。于是我查看这个文件的属性

[root@linux-node1 tools]# file nginx-1.12.2.tar.gz
nginx-1.12.2.tar.gz: UTF-8 Unicode English text, with very long lines, with CRLF, CR line terminators, with escape sequences, with overstriking

哎,奇怪了,竟然不是压缩格式,到底是哪里出了问题呢?左思右想,呀 是这里,上传的时候点了CRT工具的传输,选了传输格式,所以导致了文件格式发生变化。正常的格式应该是

[root@linux-node1 tools]# file nginx-1.6.3.tar.gz
nginx-1.6.3.tar.gz: gzip compressed data, from Unix, last modified: Tue Apr  7 23:58:53 2015

怎么恢复呢?是一个问题,我选择了重新下载!

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

标签:tar   esc   sequence   round   nginx   格式   over   long   rom   

原文地址:https://www.cnblogs.com/chai-/p/9601084.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!