suchen

Heim  >  Fragen und Antworten  >  Hauptteil

git archive 打包文件 中文乱码的问题

请看图片 我使用命令

git archive --format zip --output /home/hainuo/dump.zip master

打包后,发现都是乱码 怎么会事情?

++++++++++++

我使用了新的命令方式 @Larvata
git archive master > /home/hainuo/fds.zip
打包没法先如此问题

阿神阿神2771 Tage vor828

Antworte allen(1)Ich werde antworten

  • 迷茫

    迷茫2017-04-28 09:06:41

    zip文件有两种方式标记utf8的文件名

    • general purpose bit flag
    • Info-ZIP Unicode Path Extra Field

    git archive命令用的是前者
    目测是你用的archive manager的bug

    换系统自带的解压 或者winrar试试

    Antwort
    0
  • StornierenAntwort