摘要: 安装完成git之后要配置一些基本的信息 git config --global user.name "Your Name" git config --global user.email "email@example.com" (其中的"Your Name"和"email@example.com"都要 阅读全文
posted @ 2016-02-01 12:04 Billy_Sherry 阅读(130) 评论(0) 推荐(0) 编辑