当前位置:网站首页>服务器上解压文件时提示“gzip: stdin: not in gzip format,tar: Child returned status 1,tar: Error is not recovera“
服务器上解压文件时提示“gzip: stdin: not in gzip format,tar: Child returned status 1,tar: Error is not recovera“
2022-07-31 08:21:00 【KFC宅急送专员】
今天在服务器解压文件时一直在报这个错:
报错原因:
看第一行的提示就是"gzip: stdin: not in gzip format",此时我们需要用file查一下文件的类型,果然不是gzip格式的,非常神奇它居然是个ASCII text的文件
我甚至尝试vim打开了一下,是提示文件
附赠一个gzip格式的数据,这种用tar -zvxf可以成功解压
导致这个问题的原因:
因为我另一个包是通过curl 文件路径成功下载的,我当时登录git的时候密码又不记得了,所以我偷了个懒,直接改了文件名称以及路径和版本,导致下载后文件看着下下来了,但是实际上并没有TvT坑来坑去把自己先坑了我靠
另外curl -OL慎用,因为下下来会生成文件,极其像下载成功了
边栏推荐
- 重装系统后,hosts文件配置后不生效
- SQLAlchemy使用教程
- A, MySQL principle of master-slave replication
- Practical Bioinformatics 2: Multi-omics data integration and mining
- mysql insert new field method
- 期刊投递时的 Late News Submission 是什么
- [MySQL exercises] Chapter 3 Common data types in MySQL
- A brief introduction to the SSM framework
- 【小程序项目开发 -- 京东商城】uni-app 商品分类页面(下)
- 傅里叶变换,拉普拉斯变换学习记录
猜你喜欢
【云原生&微服务五】Ribbon负载均衡策略之随机ThreadLocalRandom
[MySQL exercises] Chapter 4 · Explore operators in MySQL with kiko
sqli-labs(less-11)
PowerCLi 通过自建PXE Server一键esxi7下批量部署常规New-VM
Install the deployment kubernetes KubeSphere management
ScheduledExecutorService - 定时周期执行任务
MySQL 操作语句大全(详细)
使用MySQL如何查询一年中每月的记录数
35-Jenkins-Shared library application
【小程序专栏】总结uniapp开发小程序的开发规范
随机推荐
免安装版的Mysql安装与配置——详细教程
科目三:左转弯
ScheduledExecutorService - 定时周期执行任务
First acquaintance with NK-RTU980 development board
【idea 报错】 无效的目标发行版:17 的解决参考
2022杭电杯超级联赛3
深度学习随机数设置,保证实验的可重复性
【MySQL功法】第3话 · MySQL中常见的数据类型
普通函数的参数校验
[转载] Virtual Studio 让系统找到需要的头文件和库
35-Jenkins-共享库应用
《如何戒掉坏习惯》读书笔记
MySQL 5.7升级到8.0详细过程
A brief introduction to the SSM framework
刷题《剑指Offer》day06
PowerCLi 通过自建PXE Server一键esxi7下批量部署常规New-VM
Install the deployment kubernetes KubeSphere management
个人报错问题 持续总结
模块化规范
sqlmap使用教程大全命令大全(图文)