fix: 增加日记记录

This commit is contained in:
2023-06-13 16:37:18 +08:00
parent a4a8110c2b
commit 4a0eed5453
49 changed files with 7920 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
1. git bash中无法正常显示中文路径
![git bash中无法正常显示中文路径](..\assets\git中文路径编码.png)
```
#不对0x80以上的字符进行quote解决git status/commit时中文文件名乱码
git config --global core.quotepath false
```