摘要: 第一步 生成密钥 ssh-keygen -t ed25519 -C "xxxxx@xxxxx.com" 查看公钥 cd ~/.ssh cat ~/.ssh/id_rsa.pub (换成自己的公钥名字) 配置密钥 添加到远程仓库 配置邮箱-用户名 设置自己的邮箱 名字 git config --glo 阅读全文
posted @ 2022-06-12 14:32 草莓味的JavaScript 阅读(38) 评论(0) 推荐(0)