gedit ~/.aws/config
gedit ~/.aws/credentials
aws configure
git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true
git clone "repo"
gedit ~/.aws/config
gedit ~/.aws/credentials
aws configure
git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true
git clone "repo"