https://www.cnblogs.com/alwayswyy/p/5674635.html
git config --global -l
git config --global user.name "test"git config --global user.email "test@gmail.com"
cd ~/.sshssh-keygen -t rsa -C "test@gmail.com"