I am failing to create a git subrepo inside of the AWS CodeCommit repository.
I managed to clone this repository without any problem, but when I run git subrepo
or git-subrepo
commands inside of the parent directory I am getting this:
$ git-subrepo clone https://git-codecommit.us-east-1.amazonaws.com/v1/repos/<repo-name> <dir-name>
git-subrepo: Failed to 'git ls-remote --symref https://git-codecommit.us-east-1.amazonaws.com/v1/repos/<repo-name>'.
I also have tried to unset global credential.helper
value or set a different value. And when I manually run git ls-remote ...
it executes without any error.