@@ -4,8 +4,8 @@
##### 1 配置git用户名及邮箱告诉他我是谁
```
-git config --global user.name ‘test'
-git config --global user.email ‘test@qq.com’
+git config --global user.name "test"
+git config --global user.email "test@qq.com"
##### 2 免密钥登陆配置