03 2025 档案

摘要:设置提交用户名 git config --global user.name "user.name" 设置提交邮箱 git config --global user.email "xxx@xxx.com" 生成本地密钥 ssh-keygen -t rsa -C 'xxx@xxx.com' 生成的密钥和 阅读全文
posted @ 2025-03-24 18:23 马永猛 阅读(46) 评论(0) 推荐(0)