摘要: 1.设置用户名和邮箱 git config --global user.name "xxxx" git config --global user.email "xxx@xxx.edu.cn" 2.查看当前git的用户和邮箱 git config user.name git config user.e 阅读全文
posted @ 2016-04-27 22:44 tonglin0325 阅读(360) 评论(0) 推荐(0) 编辑