日常问题处理
问题:gzip: stdin has more than one entry–rest ignored tar: Child returned status 2 tar: Error is not recoverable: exiting now
解决 没有unzip 安装 yum install unzip
然后解压 unzip xxxx.zip 或 tar -xzvf xxxx.tar.gz
日常问题处理最先出现在Python成神之路。
问题:gzip: stdin has more than one entry–rest ignored tar: Child returned status 2 tar: Error is not recoverable: exiting now
解决 没有unzip 安装 yum install unzip
然后解压 unzip xxxx.zip 或 tar -xzvf xxxx.tar.gz
日常问题处理最先出现在Python成神之路。
共有 0 条评论