10

jgit 実装ではなく、ネイティブ (OS) git を使用するように egit を構成する方法はありますか? そうでない場合、代替の git Eclipse プラグインはありますか?

編集 #1 - AWS CodeCommit は.gitconfig からの認証ヘルパーを使用することに注意してください。

[credential]
    helper = !/usr/local/bin/aws --profile CodeCommitProfile codecommit credential-helper $@
    UseHttpPath = true

これは CodeCommit に固有のものであり、jgit にはないと思います。

4

1 に答える 1