zheng hace 1 semana
padre
commit
28fd6fd168
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      15.Git/归档.md

+ 10 - 0
15.Git/归档.md

@@ -0,0 +1,10 @@
+## 查看本地目录:git config --list
+## 全局设置用户名和邮箱
+git config --global user.name 'xxxx'
+git config --global user.email 'xxxx'
+## 配置密钥
+
+ssh-keygen -t rsa -C '邮箱'
+
+
+克隆:git clone 地址