Merge pull request #116 from FallenYing/master

Update 3.5
This commit is contained in:
camera-2018
2023-08-27 15:28:29 +08:00
committed by GitHub

View File

@@ -258,7 +258,6 @@ git checkout -B 分支名
![](https://cdn.xyxsw.site/Snipaste_2023-08-27_14-06-28.png)
#### 【https 方法配置】账号绑定 github
在命令行配置好你的 id 和邮箱
@@ -282,8 +281,6 @@ git config --global user.email "zhangsan@foo.com" # your email
push 的时候 github 会弹窗索要你的 github 账号和密码,填上去就能用了。
#### 【ssh 方法配置】创建 SSH Key 并获取公钥
先在 `C:\Users\用户名\.ssh` 下找有没有 `id_rsa``id_rsa.pub` 文件