使用gpg在Eclipse中签署git commits

滴滴涕

github中有一个很好的功能,可以显示使用gpg密钥对git commit进行签名。

我关注了以下文章:

现在我可以默认使用命令行对提交和标签进行签名了。
(这在github存储库中也可见/标记为“已验证”)

但是,即使我打开/关闭“退出”按钮,eclipse也会拒绝(正确地)使用gpg对任何git commit进行签名。它还根本不显示提交是否已签名。

我在做什么错或者eclipse / egit还不能处理gpg?

我使用以下工具

  • Eclipse火星1 + 2
  • GPG4Win 2.2.0
  • Git 2.8.2
米凯尔

它似乎是EGit缺少的功能,您可能应该将此增强功能推荐给http://bugs.eclipse.org

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

GPG签署旧的git commits是个好主意吗?

来自分类Dev

错误计数git commits

来自分类Dev

editing commits with git rebase

来自分类Dev

折叠git commits

来自分类Dev

在其他分支中的Eclipse git commits消失了

来自分类Dev

旧的git-commits移到新的分支

来自分类Dev

旧的git-commits移到新的分支

来自分类Dev

git标签比git commits访问速度更快吗?

来自分类Dev

Git post-receive hook loop though all commits

来自分类Dev

Git BFG to retroactively enable LFS - protected commits issue

来自分类Dev

Git workflow: submitting pull requests to upstream and using the commits in the meantime

来自分类Dev

git“在X commits之前或之后”是什么意思?

来自分类Dev

值对于基数太大(比较git commits时的错误令牌)

来自分类Dev

如何查找git commits删除了文件中的行

来自分类Dev

有没有办法修剪中间git commits?

来自分类Dev

如何将`git rm` commits合并回master?

来自分类Dev

自动从 git commits to github 中删除 >100MB 的文件

来自分类Dev

如何在Git中签署提交?警告-选项未激活

来自分类Dev

如何在Git中签署提交?警告-选项未激活

来自分类Dev

使用scp,ftp,rsync或其他命令将git commits上传到外部主机

来自分类Dev

使用GPG签署现有的提交

来自分类Dev

我可以将_other peoples_ git commits压入已提交的PR中吗?

来自分类Dev

为什么git commits在合并的分支上显示在我的主分支上?

来自分类Dev

当我挤压N-commits时,Git提交模板不显示

来自分类Dev

PGERROR:错误关系“ table_name”不存在(避免git commits)

来自分类Dev

Visual Studio未推动的git commits指标限制为99(表示99 *)

来自分类Dev

如何检查 git commits 在消息中包含字符串模式?

来自分类Dev

+-在Scala中签署通用声明

来自分类Dev

在Python中签署SAML回应

Related 相关文章

  1. 1

    GPG签署旧的git commits是个好主意吗?

  2. 2

    错误计数git commits

  3. 3

    editing commits with git rebase

  4. 4

    折叠git commits

  5. 5

    在其他分支中的Eclipse git commits消失了

  6. 6

    旧的git-commits移到新的分支

  7. 7

    旧的git-commits移到新的分支

  8. 8

    git标签比git commits访问速度更快吗?

  9. 9

    Git post-receive hook loop though all commits

  10. 10

    Git BFG to retroactively enable LFS - protected commits issue

  11. 11

    Git workflow: submitting pull requests to upstream and using the commits in the meantime

  12. 12

    git“在X commits之前或之后”是什么意思?

  13. 13

    值对于基数太大(比较git commits时的错误令牌)

  14. 14

    如何查找git commits删除了文件中的行

  15. 15

    有没有办法修剪中间git commits?

  16. 16

    如何将`git rm` commits合并回master?

  17. 17

    自动从 git commits to github 中删除 >100MB 的文件

  18. 18

    如何在Git中签署提交?警告-选项未激活

  19. 19

    如何在Git中签署提交?警告-选项未激活

  20. 20

    使用scp,ftp,rsync或其他命令将git commits上传到外部主机

  21. 21

    使用GPG签署现有的提交

  22. 22

    我可以将_other peoples_ git commits压入已提交的PR中吗?

  23. 23

    为什么git commits在合并的分支上显示在我的主分支上?

  24. 24

    当我挤压N-commits时,Git提交模板不显示

  25. 25

    PGERROR:错误关系“ table_name”不存在(避免git commits)

  26. 26

    Visual Studio未推动的git commits指标限制为99(表示99 *)

  27. 27

    如何检查 git commits 在消息中包含字符串模式?

  28. 28

    +-在Scala中签署通用声明

  29. 29

    在Python中签署SAML回应

热门标签

归档