下载安装git客户端设置用户名及邮箱git config --global user.name ‘zmxfree‘ git config --global user.email zmxfree@gmail.com生成秘钥ssh-keygen -t rsa -C "zmxfree@gmail.com"
git初始化设置
原文:http://www.cnblogs.com/acther/p/7878288.html