Update 3.5
chore: add 3.5
This commit is contained in:
@@ -258,7 +258,6 @@ git checkout -B 分支名
|
||||
|
||||

|
||||
|
||||
|
||||
#### 【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` 文件
|
||||
@@ -291,8 +288,7 @@ push 的时候 github 会弹窗索要你的 github 账号和密码,填上去
|
||||
:::tip
|
||||
这里 `.ssh` 文件夹是一个隐藏文件夹
|
||||
|
||||
如何显示隐藏文件夹请搜索互联网或看这篇文章 [support microsoft 显示隐藏的文件](https://support.microsoft.com/zh-cn/windows/%E6%98%BE%E7%A4%BA%E9%9A%90%E8%97%8F%E7%9A%84%E6%96%87%E4%BB%B6-0320fe58-0117-fd59-6851-9b7f9840fdb2)
|
||||
:::
|
||||
先在 C:\Users\用户名\.ssh 下找有没有 `id_rsa` 和 `id_rsa.pub` 文件
|
||||
|
||||
如果有就直接跳过这一步
|
||||
|
||||
|
||||
Reference in New Issue
Block a user