Loading... ### 生成ssh密钥与公钥 粘贴以下文本,将示例中使用的电子邮件替换为 GitHub 电子邮件地址。 ```bash ssh-keygen -t ed25519 -C "me@luola.me" ``` ### 使用私钥生成公钥 ```bash ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub ``` \~/.ssh/id\_rsa 是已有私钥的路径 \~/.ssh/id\_rsa.pub 是生成公钥的路径 ### 将已有私钥添加进ssh私钥链 ```bash ssh-add ~/.ssh/id_ed25519 ``` 最后修改:2024 年 09 月 18 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏