I am running a CodeBuild on a project that has private requirements stored in CodeCommit.
I need to add a command in buildspec.yml that loads the https git credentials so git clone works when CodeBuild runs pip install.
The build fails with fatal: could not read Username for 'https://git-codecommit.us-west-2.amazonaws.com': No such device or address