We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
What git config did you use? Try %localappdata%\Fork\gitInstance\2.47.1.2\etc\gitconfig
%localappdata%\Fork\gitInstance\2.47.1.2\etc\gitconfig
#350
Sorry, something went wrong.
I used the default %USERPROFILE%\.gitconfig and tried above the location is also failed.
%USERPROFILE%\.gitconfig
Use the tool check (aws) that does not need to give username and password.
The command line works normally.
No branches or pull requests
Does Fork support Git handle credential requests with an external tool like AWS CLI?
e.g.
I have tried it, but it seems can work.
The text was updated successfully, but these errors were encountered: