安装git后生成ssh公钥方法

由 Jefsky 发布于 2024-01-04

检查SSH keys是否存在

ls -al ~/.ssh

生成新的ssh key

ssh-keygen -t rsa -C “your_email@example.com”