Ver código fonte

更新 'README.md'

gogs 4 anos atrás
pai
commit
f597a6c6ca
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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 免密钥登陆配置