Skip to content

Commit

Permalink
Fix git set config error (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Lisk <[email protected]>
  • Loading branch information
Lisk809 and Assalu authored Aug 4, 2024
1 parent 88ddddb commit eaab4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/guide/develop/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git --version # git version 2.39.1

```sh
git config --global user.name "Your Name"
git config -global user.email "[email protected]"
git config --global user.email "[email protected]"
```

### 注册 GitHub
Expand Down

0 comments on commit eaab4fd

Please sign in to comment.