ssh keygen -t rsa -C '你的coding.net賬號(hào)或者GitHub賬號(hào)'
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賬號(hào)或者GitHub賬號(hào)'
ssh-keygen -t rsa -C"youremail@example.com"
git config --global user.email "you@example.com"
? git config --global user.name "Your Name"