Skip to content

Question about Git credential with external tool check #2445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
paulma1212 opened this issue Mar 4, 2025 · 2 comments
Open

Question about Git credential with external tool check #2445

paulma1212 opened this issue Mar 4, 2025 · 2 comments

Comments

@paulma1212
Copy link

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.

@DanPristupov
Copy link
Contributor

What git config did you use? Try %localappdata%\Fork\gitInstance\2.47.1.2\etc\gitconfig

#350

@paulma1212
Copy link
Author

paulma1212 commented Mar 4, 2025

I used the default %USERPROFILE%\.gitconfig and tried above the location is also failed.

Image
Use the tool check (aws) that does not need to give username and password.

The command line works normally.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants