【问题标题】:Unable to auto-detect email address (got 'Wrong@email@none') when executing BuildTools.jar执行 BuildTools.jar 时无法自动检测电子邮件地址(得到 'Wrong@email@none')
【发布时间】:2020-07-25 13:36:14
【问题描述】:

我正在尝试安装 BuildTools.jar。 在 Windows Powershell 中执行 java -jar BuildTools.jar 时,我收到以下错误消息:

无法自动检测电子邮件地址(收到“Wrong@email@none”)

我已经尝试过git config --global user.email "you@example.com" & git config --global user.name "Your Name"

如果我与git config --global user.email 核对,我会收到正确的电子邮件,但它仍然无法正常工作。

【问题讨论】:

    标签: git build-tools


    【解决方案1】:

    所以我无法修复错误,但我有一个解决方法。除了使用 Windows powershell,我使用了 Git Bash 并且效果很好。

    【讨论】:

    • 这可能是因为您需要的实用程序位于 Git Bash 的 PATH 中,但不在 Windows Powershell 中。
    猜你喜欢
    • 2021-06-30
    • 2014-10-29
    • 1970-01-01
    • 2021-06-08
    • 1970-01-01
    • 1970-01-01
    • 2012-04-08
    • 2021-03-25
    • 2022-01-01
    相关资源
    最近更新 更多