Skip to content

Instantly share code, notes, and snippets.

@coingraham
Last active July 17, 2019 02:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save coingraham/1af1b1c02d7119425687b88d1a6a8b4e to your computer and use it in GitHub Desktop.
Save coingraham/1af1b1c02d7119425687b88d1a6a8b4e to your computer and use it in GitHub Desktop.
AWS Git Credential Helper Debug and with Profile
echo -e "protocol=https\npath=/v1/repos/myrepo\nhost=git-codecommit.us-east-1.amazonaws.com" | aws codecommit credential-helper get --debug
echo -e "protocol=https\npath=/v1/repos/myrepo\nhost=git-codecommit.us-east-1.amazonaws.com" | aws codecommit --profile [profile] credential-helper get --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment