git config --global user.name "dongshen"
git config --global user.email "email@example.com"
ssh-keygen -t rsa -C "youremail@example.com"
git config --global user.name "dongshen"
git config --global user.email "email@example.com"
ssh-keygen -t rsa -C "youremail@example.com"