Git配置
配置用户信息
1 |
|
生成 id_rsa 和 id_rsa.pub
1 |
|
配置Github
- 在github设置界面打开
SSH and GPG keys
页面 - 点击
new SSH keys
- 填写Title,任意名称
Key type
默认即可- 将
id_rsa.pub
中的内容至Key
内容框中
测试 Github 是否连通
1 |
|
配置免密登录
1 |
|
Git配置
http://yulinling.asia/2023/05/31/配置 Git/
1 |
|
1 |
|
SSH and GPG keys
页面new SSH keys
Key type
默认即可id_rsa.pub
中的内容至Key
内容框中1 |
|
1 |
|