git常用命令
ssh免密登录
ssh-keygen
默认是存在~/.ssh/id_rsa.pub
然后把获取到的公钥注册到gitte
git命令
建立连接
前面进行了ssh免密登录,此时选择git,而不要选择https
1 |
|
取消之前的链接
1 |
|
经常执行
1 |
|
扒取
1 |
|
git常用命令
https://ajieio.github.io/2023/08/19/git/
ssh-keygen
默认是存在~/.ssh/id_rsa.pub
然后把获取到的公钥注册到gitte
前面进行了ssh免密登录,此时选择git,而不要选择https
1 |
|
取消之前的链接
1 |
|
1 |
|
1 |
|