Does Fork support Git handle credential requests with an external tool like AWS CLI?
e.g.
[credential "https://git-codecommit.us-west-2.amazonaws.com/v1/repos/AwsModulePkg"]
provider = generic
helper = !aws --profile AwsModulePkg codecommit credential-helper $@
UseHttpPath = true
I have tried it, but it seems can work.