windows 下 git status 乱码

当执行git status时,出现如下乱码时:

需要配置gitconfig:

hyang0@h-w10-lap MINGW64 /d/gitRepo/zd.git/协作 (master)
$ git config --global core.quotepath false

hyang0@h-w10-lap MINGW64 /d/gitRepo/zd.git/协作 (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        vpn登录操作教程.docx1

nothing added to commit but untracked files present (use "git add" to track)


posted on 2019-09-03 09:38  Digital_life  阅读(364)  评论(0)    收藏  举报

导航