MAC: checkdir error: cannot create xxx Illegal byte sequence
时间:2020-07-19 17:01:56
收藏:0
阅读:70
使用unzip进行解压缩时,因无法识别中文编码而报错:
checkdir error: cannot create xxx Illegal byte sequence
可以换成如下解压缩命令:
ditto -V -x -k --sequesterRsrc --rsrc xxxx.zip DESTINATIONDIRECTORY
原文:https://www.cnblogs.com/miaoying/p/13339742.html
评论(0)