gpt4 book ai didi

git - 签署提交时无法在 Vim 上使用 Gcommit(Fugitive 插件)

转载 作者:行者123 更新时间:2023-12-04 13:24:13 26 4
gpt4 key购买 nike

语境

自从我决定签署所有提交后,每当我尝试运行 :Gcommit 并编写提交消息时,我都会得到:

Fugitive :错误:未能签署数据

我尝试了人们在 [this other question] ( gpg failed to sign the data fatal: failed to write commit object [Git 2.10.0] ) 和 this other one 上提出的所有建议但是,显然,这只是一个不同的错误。

浏览 issues on the Fugitive repository ,我注意到一个打开 issue非常接近我所经历的,但没有答案。

  • GPG 通过 brew 安装。
  • GPG 代理已安装并正在运行。
  • 使用 Vim 而不是 Neovim
  • 所有符号链接(symbolic link)都已正确设置。

问题

如何使用 Fugitive 和 GPG 在 Vim 中签署提交?

最佳答案

在忽略这个功能几个月后,我终于找到了解决这个问题的方法!

答案在 this link 上,“Blimmer”的荣誉:
git config --global gpg.program $(which gpg)
echo "no-tty">> ~/.gnupg/gpg.conf

它对我有用!

关于git - 签署提交时无法在 Vim 上使用 Gcommit(Fugitive 插件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43078230/

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