bug奇遇记
Posted onlyxinbaby
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bug奇遇记相关的知识,希望对你有一定的参考价值。
1. tar -x datasets.tar
tar: Refusing to read archive contents from terminal (missing -f option?)
tar: Error is not recoverable: exiting now
(retroprompt)
tar –xvf datasets.tar
tar: invalid option -- '�'
Try 'tar --help' or 'tar --usage' for more information.
(retroprompt)
tar –xvf datasets.tar
tar: invalid option -- '�'
Try 'tar --help' or 'tar --usage' for more information.
(retroprompt)
改成 tar -xf datasets.tar,成功解决
以上是关于bug奇遇记的主要内容,如果未能解决你的问题,请参考以下文章