fix: 增加日记记录
This commit is contained in:
8
常见问题记录/git.md
Normal file
8
常见问题记录/git.md
Normal file
@@ -0,0 +1,8 @@
|
||||
1. git bash中无法正常显示中文路径
|
||||

|
||||
```
|
||||
|
||||
#不对0x80以上的字符进行quote,解决git status/commit时中文文件名乱码
|
||||
|
||||
git config --global core.quotepath false
|
||||
```
|
||||
Reference in New Issue
Block a user