gpt4 book ai didi

IOS/Xcode/Git : Suddenly can't commit changes withunable to auto-detect email address error

转载 作者:行者123 更新时间:2023-12-01 19:43:45 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Xcode and Git Source Control : “The working copy XXXXX failed to commit files”

(5 个回答)


3年前关闭。




出乎意料的是,在过去无数次对我的本地存储库提交更改后,Xcode 不允许我提交以下错误消息:

The working copy “MYAPPNAME” failed to commit files.

*** 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 'myuserid@mycomputername.(none)')

我看到您可以在命令行中设置电子邮件地址,但我想知道是什么原因导致此错误突然出现。此外,由于我习惯于将更改推送到远程存储库,我想知道我现在在 Mac 上所做的任何更改是否会在同步到该存储库时产生问题。

提前感谢您就可能导致此错误突然发生的原因以及最安全的处理方法提供任何建议。

最佳答案

正如我 mentioned here ,这意味着您的全局设置不再包括 user.name/user.email .

这不会影响您过去的提交(已被推送):只有那些 Git 不想创建的提交,只要您没有再次输入您的姓名/电子邮件。

查看 git config -l --show-origin 的结果:其中一个文件必须最近已更改。
通常:

  • ~/.gitconfig文件,或:
  • $XDG_CONFIG_HOME/git/config

  • 如果环境变量 $XDG_CONFIG_HOME已重置,这可能解释了为什么突然出现此错误消息。

    关于IOS/Xcode/Git : Suddenly can't commit changes withunable to auto-detect email address error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51578500/

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