gpt4 book ai didi

macos - "gpg: signing failed: Inappropriate ioctl for device"在 MacOS 上使用 Maven

转载 作者:行者123 更新时间:2023-12-01 15:00:43 24 4
gpt4 key购买 nike

我已经通过 Homebrew 安装了 GPG brew install gpg .
它安装在版本 2.2.17 .

在我的 Maven POM 中,我有这个片段:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>

但是在运行时 mvn clean verify我收到此错误:
gpg: Beglaubigung fehlgeschlagen: Inappropriate ioctl for device
gpg: signing failed: Inappropriate ioctl for device

我该如何解决这个错误?

最佳答案

我已经添加了

GPG_TTY=$(tty)
export GPG_TTY

到我的 ~/.bash_profile文件。现在它正在工作。

另见 https://github.com/Homebrew/homebrew-core/issues/14737#issuecomment-309848851

关于macos - "gpg: signing failed: Inappropriate ioctl for device"在 MacOS 上使用 Maven,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57591432/

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