suchen

Heim  >  Fragen und Antworten  >  Hauptteil

macos - mac 下git log 发生这样的情况

天蓬老师天蓬老师2822 Tage vor552

Antworte allen(2)Ich werde antworten

  • 迷茫

    迷茫2017-05-02 09:38:14

    最终解决方案是在用户级的配置中
    vi ~/.gitconfig
    添加以下代码

      1   [i18n]
      2   commitencoding = utf-8
      3   logoutputencoding = utf-8
      4 [gui]
      5   encoding = utf-8
      6 [core]
      7   quotepath = false
    

    Antwort
    0
  • 某草草

    某草草2017-05-02 09:38:14

    我把截图上第一句话的前几个字节用十六进制编辑器输进一个文本文件,结果是 GB 2312 编码的“增加子DOM”…

    Unicode 都诞生了多少年了,作为一个程序员,为啥不采用全球、全平台通用的 UTF-8?在默认编码是 UTF-8 的 Linux / BSD / macOS 上使用 GB 2312,会造成很多不必要的麻烦。

    Antwort
    0
  • StornierenAntwort