gpt4 book ai didi

git - 无法在 XCode 4.6 中拍摄快照或使用 git

转载 作者:太空狗 更新时间:2023-10-29 14:25:41 26 4
gpt4 key购买 nike

升级到 Xcode 4.6 后,每当我尝试创建快照或使用 Git 时,都会收到此 pop 窗口。

Please tell me who you are.

Run

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

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 'Faisal@(null).(none)')

我是 Git 和一般版本控制的新手,所以我希望有人能解释这意味着什么,为什么它突然开始出现,以及如何修复它。

最佳答案

在终端中运行这些命令:

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

you@example.com 替换为您的电子邮件地址,并将 Your Name 替换为您的姓名。这些信息将告诉 Git 你是谁,以及如何标记你所做的提交。如果 Git 没有这些信息,它将无法提交。

关于git - 无法在 XCode 4.6 中拍摄快照或使用 git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15185187/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com