Git SSH Key生成命令
ssh-keygen -t rsa -C 描述(可用Git账号或者邮箱)
进入C盘〉用户〉. ssh文件,打开Git Bash
cat id_rsa. pub 即可查看公钥
2020-09-01
最新推荐文章于 2021-09-05 16:33:59 发布
Git SSH Key生成命令
ssh-keygen -t rsa -C 描述(可用Git账号或者邮箱)
进入C盘〉用户〉. ssh文件,打开Git Bash
cat id_rsa. pub 即可查看公钥