gogs 4 rokov pred
rodič
commit
f597a6c6ca
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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 免密钥登陆配置