一直报下面的错误
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'jinjiahui@localhost.(none)')
用上面的命令设置了也没用
git config --global user.email "[email protected]"
git config --global user.name "MyName"
有谁知道怎么解决吗
1
ariestiger 2015-10-08 15:26:33 +08:00
这种没营养的问题不是应该用 google 解决吗
|
2
womaomao 2015-10-08 16:23:32 +08:00
用 brew 下一个新的 git ,替换自带的老的 git 试试
|
3
iamjjh OP @ariestiger 就因为没找到才问的啊
|
5
ariestiger 2015-10-08 17:48:26 +08:00
就把这一整句 “ unable to auto-detect email address ” 扔 google 里都能找到几个 stackoverflow 的链接, 你一个个都看完了? 都试过了?
|
6
iamjjh OP @ariestiger stackoverflow 里的基本都试过了,所以才问啊, user.email 和 user.name 也都设置成功了,但是并没有鸟用
|
7
wzqcongcong 2015-10-08 20:09:05 +08:00
进 project 目录设置 user.email 和 user.name
|
8
cnhongwei 2015-10-09 07:30:34 +08:00
设置完成了后,使用 git config -l 进行检查,设置的正确不。
不正确的话,请检查 ~/.gitconfig 文件的权限正常不,不行,备份再删除再重新设置一下。 |
9
iamjjh OP |