摘要: 设置用户名和邮箱 git config --global user.name "xx" // 设置用户名 git config --global user.email "xx@163.com" // 设置邮箱 生成ssh密钥 ssh-keygen -t rsa //生成ssh公钥和私钥 备注:在Ma 阅读全文
posted @ 2025-04-15 17:12 请明月 阅读(23) 评论(0) 推荐(0)