Skip to content
On this page

git相关命令

如何查看已生成的密钥

bash
// 进入默认生成的密钥文件夹
cd ~/.ssh

// 查看当前路径
pwd

// 查看密钥内容
cat id_rsa.pub