随笔分类 -  git

摘要:一、windows安装git 1、下载:http://msysgit.github.io/,下载之后直接安装,打开gitbash 2、配置用户名和邮箱: $ git config --global user.name "Your Name" $ git confi... 阅读全文
posted @ 2015-07-17 19:32 nemotan 阅读(460) 评论(0) 推荐(0)