ssh keygen -t rsa -C '你的coding.net账号或者GitHub账号'
ssh-keygen -t rsa -C"youremail@example.com"
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
ssh keygen -t rsa -C '你的coding.net账号或者GitHub账号'
ssh-keygen -t rsa -C"youremail@example.com"
git config --global user.email "you@example.com"
git config --global user.name "Your Name"