git config --global user.email "xxx@qq.com"
git config --global user.name "xxx"
ssh-keygen -t rsa -C "xxx@qq.com"
git config --global -l