Skip to content

Commit

Permalink
gitbash中使用git status 乱码问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkevin committed Sep 7, 2016
1 parent 904f8e8 commit e1f2f0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/_posts/git/git_常用命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,10 @@ collaborate (see also: git help workflows)
拉取
push Update remote refs along with associated objects
推送
```

### gitbash设置
```{bash}
git status出现乱码
git config --global core.quotepath false
```

0 comments on commit e1f2f0e

Please sign in to comment.