git密钥获取
$ cd
$ cd .ssh
$ ls -> known_hosts
(或许已有id_rsa id_rsa.pub, 这是别人的git账号在这台电脑上生成的密钥)
$ ssh-keygen.exe -t rsa -> (生成密钥)
$ cat id_rsa.pub -> (查看密钥)
$ cd
$ cd .ssh
$ ls -> known_hosts
(或许已有id_rsa id_rsa.pub, 这是别人的git账号在这台电脑上生成的密钥)
$ ssh-keygen.exe -t rsa -> (生成密钥)
$ cat id_rsa.pub -> (查看密钥)