Replies: 2 comments 13 replies
-
|
不知道怎么才能使用 tar 解压 |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
@ivaquero 我看你没更新,可能是消息被冲掉了。下面的 tar 命令是可以解压成功的。我把tar 部分的脚本命令改了一下,你试试看。 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
原因:lceda解压中文乱码是因为制作方在打包时使用的字符集是国标码(GBK、GBK2312、GB18030)
解决:使用
bsdtar xf xxxxx.zip,已亲测可用。参考:https://superuser.com/questions/872596/how-to-decompress-a-zip-file-with-specified-file-directory-name-character-encodi
网上提到用
unzip -O gb18030 xxxx.zip,mac上没有对应的入参,遂放弃。@Oscaner @ivaquero
Beta Was this translation helpful? Give feedback.
All reactions