【发布时间】:2018-05-01 10:02:42
【问题描述】:
我无法在配置中使用 IntelliJ 和激活的 gpg 提交。目前我只能用 git bash manuel 做到这一点。我使用 Windows,我找到了很多有关 OSX 的信息,但这对我没有帮助。
如何在 IntelliJ 中使用 VCS 而无需对 git bash 做任何事情?
这是我尝试提交某些内容时来自 IntelliJ 的错误。
11:52 Commit failed with error
0 files committed, 1 file failed to commit: update
gpg failed to sign the data
failed to write commit object
【问题讨论】:
-
对于 Windows,一些指令是 in this answer 用于使用 IntelliJ 自动签署提交。但 OSX 在某些方面可能会有所不同
标签: git intellij-idea gnupg