windows上传到百度网盘的zip 在mac下载后解压乱码解决

用mac的unzip命令解压后, 发生错误

如图所示. 这是问题一 然后改用ditto命令 参考博客https://blog.csdn.net/q475254344/article/details/102983337 

ditto -V -x -k --sequesterRsrc filename.zip destination 结果还是发生错误

illegal byte sequence 

这是问题二 

找到一篇博客用unar命令. 能指定编码. 简直看到春天了. unar -e GBK yourfile.zip 参考博客https://blog.csdn.net/dawn_after_dark/article/details/83504421 

 看到这个success 好欣慰. 

你可能感兴趣的:(windows上传到百度网盘的zip 在mac下载后解压乱码解决)