Clone CodeCommit Repo from HTTPS
git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true [credential]
helper = !aws --region ap-south-1 codecommit credential-helper $@
UseHttpPath = trueLast updated