tar解压报错问题
如果有新的报错原因会持续更新解决方案
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
问题产生原因及解决方案
所下载的并不是压缩包,是一个网页文件,可以用 file 目标文件
查看目标文件类型
如果下载的是文本类型,是肯定不能解压的
这是需要删除该文本文件,去下载正确的tar包重新解压即可
文章来源:https://www.toymoban.com/news/detail-559004.html
附tar解压命令 tar -zxvf file
文章来源地址https://www.toymoban.com/news/detail-559004.html
到了这里,关于gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!