首页 > 其他 > 详细

github commit时出现 Please tell me who you are.以及项目名称管理

时间:2017-10-03 22:01:40      阅读:360      评论:0      收藏:0      [点我收藏+]

github commit时出现 Please tell me who you are.....

第一种设置全局的,

直接在命令行输入

git config --global user.email "you@example.com"

git config --global user.name "Your Name"

 

第二种设置单独的,在每个仓库里的.git下有个config文件,在里面添上

[user]
    name = XXX(自己的名称)
    email = XXXX(邮箱)

当全局的和单独的都存在时,默认使用单独的

github commit时出现 Please tell me who you are.以及项目名称管理

原文:http://www.cnblogs.com/creativepower/p/7624596.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!