004 windows10中powershell使用git乱码问题

约 1 分钟 · 11 字评论
git
请注意,本文编写于 374 天前,最后修改于 145 天前,其中某些信息可能已经过时。

004 windows10中powershell使用git乱码问题

image-20250717104302120

bash
PS C:\Users\H\Desktop\blog> git config --global core.quotepath false PS C:\Users\H\Desktop\blog> git config --global i18n.logOutputEncoding utf-8 PS C:\Users\H\Desktop\blog> git config --global i18n.commitEncoding utf-8 PS C:\Users\H\Desktop\blog> $env:LESSCHARSET='utf-8'

image-20250717104422747

版权声明

本文作者:hedeoer

本文链接:/post/__gh__82

许可说明:本博客所有文章除特别声明外,均采用 许可协议。转载请注明出处!

004 windows10中powershell使用git乱码问题

0

匿名访客仅支持文本评论。

暂无评论