这些信息将出现在提交记录里
git config --global user.name "Your Name"git config --global user.email "your.email@example.com"
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"