Git SSH Key 设置Git的user name和email: 1$ git config --global user.name "Percy0601" 2$ git config --global user.email "2008dreams@2008.sina.com" 3$ ssh-keygen -t rsa -C "2008dreams@2008.sina.com" 一路回车就行,期间无非就是给秘钥设计密码之类的。。。