个人博客地址:git bash中文显示问题 | 一张假钞的真实世界。
默认情况下git bash中文以ASCII编码,不方便查看,如下:
$ git status
位于分支 master尚无提交要提交的变更:(使用 "git rm --cached <文件>..." 以取消暂存)新文件: "source/_posts/Airflow\345\210\235\344\275\223\351\252\214.md"
要显示正确的中文,执行以下命令:
$ git config --global core.quotepath false