gzip: stdin has more than one en
2020-08-11 本文已影响0人
大大da哈哈
使用tar解压文件出现:
gzip: stdin has more than one entry--rest ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now
解决办法:unzip xxx.zip -d xxx
-d后为解压到的路径 如果么有那么就是解压到当前路径下