下载地址

http://msysgit.github.io/

 

配置个人的用户名称和电子邮件地址:

$ git config --global user.name "runoob"
$ git config --global user.email test@runoob.com

git使用安装

 

 

相关文章: