git和gitee配置ssh免密登录

git和gitee配置ssh免密登录

(1)本地安装git

(2)进入git bash, 使用: ssh-keygen -t rsa -C “[email protected]” 命令。连续3次回车;

(3) 在用户目录下 .ssh文件夹中:
公钥和私钥
(4)登录git 或者gitee 在设置里面找到SSH KEY,将.pub 文件的内容黏贴进去
(5)在git bash 使用“ssh -T [email protected]“,测试是否成功。

你可能感兴趣的:(git,ssh,免密登录,git,ssh,linux)