Git 基本配置

设置用户名邮箱

git config --global user.name ‘xxx’
git config --global user.email ‘xxx’
ssh-****** -t rsa -C ‘email’
Git配置使用

相关文章: