FYI - when github has issues, `pulumi new` doesnt ...
# general
b
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
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