有没有办法配置egit使用你的本机(OS)git而不是jgit实现?如果没有,有没有替代git Eclipse插件?
编辑#1 - 我应该注意,AWS CodeCommit使用来自.gitconfig的auth 的凭证助手:
[credential]
helper = !/usr/local/bin/aws --profile CodeCommitProfile codecommit credential-helper $@
UseHttpPath = true
Run Code Online (Sandbox Code Playgroud)
我猜这是CodeCommit特有的,而不是jgit.