摘要: 二、初次使用Git时,需要Git进行配置 1、点击桌面上的这个图标,打开Git Bash 2、配置自己的用户名和邮箱 git config --global user.name "你的名字或昵称" git config --global user.email "你的邮箱" git config -- 阅读全文
posted @ 2017-11-09 10:44 一城柳絮吹成雪 阅读(211) 评论(0) 推荐(0) 编辑