git 配置

git config --global user.name "dongshen"
git config --global user.email "email@example.com"
ssh-keygen -t rsa -C "youremail@example.com"
原文地址:https://www.cnblogs.com/yufenghou/p/7268975.html