如何查看 git 公钥

首先打开你的git命令窗口,然后依次输入以下两项命令($符号不要输入)

$ ssh-keygen -t rsa
$ cat ~/.ssh/id_rsa.pub

你可能感兴趣的:(如何查看 git 公钥)