有什么方法可以将 egit 配置为使用您的本机 (OS) git 而不是 jgit 实现?如果没有,是否有任何替代的 git Eclipse 插件?
编辑 #1 - 我应该注意,AWS CodeCommit 使用来自 .gitconfig 的凭证帮助程序进行身份验证:
[credential]
helper = !/usr/local/bin/aws --profile CodeCommitProfile codecommit credential-helper $@
UseHttpPath = true
我猜这是 CodeCommit 特有的,不在 jgit 中。