一、设置邮箱二、设置用户名三、查看设置的结果四、生成公私对 一、设置邮箱git config --global user.email "XXXX@qq.com" 二、设置用户名git config --global user.username "XXX" 三、查看设置的结果git config --global --list 四、生成公私对ssh-keygen -t rsa