Is there any way to configure egit to use your native (OS) git and not the jgit implementation? If not, are there any alternative git Eclipse plugins?
EDIT #1 - I should note, AWS CodeCommit uses a credential helper for auth, from .gitconfig:
[credential]
helper = !/usr/local/bin/aws --profile CodeCommitProfile codecommit credential-helper $@
UseHttpPath = true
I'm guessing this is something specific to CodeCommit and is not in jgit.