tar: error is not recoverable: exiting now

阅读 9

2024-06-13


tar: Child returned status 1
tar: Error is not recoverable: exiting now

异常1:

> tar -zxvf

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

解决:

删除z,即:tar -xvf

异常2:

> tar -jxvf

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

解决:

删除j,即:tar -xvf


精彩评论(0)

0 0 举报