zrhe2016

配置git连接github

chmod 600 ./key
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/key
ssh -T git@github.com

git config --global user.name "zrhe2016"
git config --global user.email "zrhe2016@gmail.com"