生成私钥公钥
ssh-keygen -t rsa -b 2048 -C "*@163.com"
找到 C:\Users\admin\.ssh目录
copy 里的内容到gitee ssh密钥
id_rsa.pub
在C:\Users\{当前用户}\.ssh目录下新建 config
配置
Host pub
HostName gitee.com
IdentityFile ~/.ssh/id_rsa
生成私钥公钥
ssh-keygen -t rsa -b 2048 -C "*@163.com"
找到 C:\Users\admin\.ssh目录
copy 里的内容到gitee ssh密钥
id_rsa.pub
在C:\Users\{当前用户}\.ssh目录下新建 config
配置
Host pub
HostName gitee.com
IdentityFile ~/.ssh/id_rsa