git bash中文显示问题

个人博客地址:git bash中文显示问题 | 一张假钞的真实世界

默认情况下git bash中文以ASCII编码,不方便查看,如下:

bash 复制代码
$ git status
位于分支 master

尚无提交

要提交的变更:
  (使用 "git rm --cached <文件>..." 以取消暂存)

        新文件:   "source/_posts/Airflow\345\210\235\344\275\223\351\252\214.md"

要显示正确的中文,执行以下命令:

bash 复制代码
$ git config --global core.quotepath false
相关推荐
Unity粉末状在校生6 小时前
Git解决fatal: Could not read from remote repository.的问题
git
少年攻城狮7 小时前
Obsidian系列---【如何使用obsidian同步到git?】
git
do better myself9 小时前
网站源码如何部署和加入GIT仓库的
git
爱学英语的程序员11 小时前
Git 提交 LF will be replaced by CRLF the next time Git touches it 报错
git
qq_3391911412 小时前
服务器git pull每次都要输入密码,linux 设置git登录,linux设置git只输入一次账户密码
git
一颗小行星!18 小时前
快速理解 Git submodule
git
A-Jie-Y20 小时前
Git基础-核心概念与常用命令
git
夜珀21 小时前
Git基础修炼手册:在AtomGit上玩转版本控制
git
golang学习记21 小时前
Zed IDE官宣新招:Git Graph 正式支持!
ide·git
要记得喝水21 小时前
适用于 Git Bash 的脚本,批量提交和推送多个仓库的修改
git·elasticsearch·bash