执行 BuildTools.jar 时无法自动检测电子邮件地址(得到 'Wrong@email@none')

Unable to auto-detect email address (got 'Wrong@email@none') when executing BuildTools.jar

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

unable to auto-detect email address (got 'Wrong@email@none')

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

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

所以我无法修复错误,但我有解决方法。 Insead 使用 Windows powershell 我使用 Git Bash 并且它有效。