首页标签分类
004 windows10中powershell使用git乱码问题
2025-07-17 · 更新 2026-03-03约 1 分钟 · 11 字
开发工具包
000

目录

004 windows10中powershell使用git乱码问题

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

本文链接:

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