$ git config --global user.name "xxxxxxx"
$ git config --global user.email "164382xxx@qq.com"
$ ssh-key -t rsa -C "164382xxx@qq.com" // 生成ssh公钥key
$ git config --global user.name "xxxxxxx"
$ git config --global user.email "164382xxx@qq.com"
$ ssh-key -t rsa -C "164382xxx@qq.com" // 生成ssh公钥key