Has anyone managed to build a pulumi project with ...
# general
r
Has anyone managed to build a pulumi project with a template hosted in AWS CodeCommit?
pulumi new <https://git-codecommit>
gives me an
error: authentication required
.
b
Im having the same issue but with a private git repo. If Im able to track this down before you. I'll share my work with you.
Copy code
As a workaround. It's possible to clone the private repo separately and then use a local file path reference instead.

pulumi new ~/git/pulumi-templates/azure-typescript

I don't think this function is documented anywhere currently
This was on pulumi's github page as a work around. Until the team is able roll the change in to the product.