git 默认中文文件名是 \xxx\xxx 等八进制形式,是因为 对0x80以上的字符进行quote。

只需要设置core.quotepath设为false,就不会对0x80以上的字符进行quote。中文显示正常

git config --global core.quotepath false

 

git config --global core.quotepath false

相关文章:

  • 2021-06-29
  • 2021-11-17
  • 2021-12-23
  • 2021-11-30
  • 2021-11-20
  • 2022-12-23
  • 2021-08-20
猜你喜欢
  • 2021-06-06
  • 2022-01-03
  • 2022-12-23
  • 2021-08-24
  • 2021-12-17
  • 2022-12-23
  • 2021-07-08
相关资源
相似解决方案