https://pulumi.com logo
b

brave-angle-33257

04/02/2020, 8:49 PM
FYI - when github has issues,
pulumi new
doesnt work:
Copy code
devops@289876f91c69:/data/pulumi/infra/aws/ec2-jenkins-server$ pulumi new
error: unexpected client error: unexpected requesting "<https://github.com/pulumi/templates.git/info/refs?service=git-upload-pack>" status code: 504
https://www.githubstatus.com/
m

microscopic-pilot-97530

04/02/2020, 9:03 PM
If you’ve already used
pulumi new
previously,
pulumi new --offline
will use the local cache.
But it looks like https://github.com/pulumi/templates is starting to work again, so the outage may be nearing its end.
👍 1