Git 快速入门基础设置 Bennycao 2022-06-27 37 阅读1分钟 设置用户名+邮箱 设置 ssh 添加 ssh 到 gitee github git config --global user.name "cjxxx" git config --global user.email "xxxxx@qq.com" ssh-keygen -t rsa -C "xxxxx@qq.com" // 添加到 gitee github 中后执行 ssh -T git@gitee.com