-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clone with submodules #16
Conversation
Necessary since pulumi/pulumi-aws#2247
It looks like we're still missing a step here. Our integration tests are saying:
|
The current error message is:
I encountered this on my personal machine. The solution was to generate a key pair and inform GitHub about the public key, then configure git to use the private key when speaking to GitHub. I'm not sure what the recommended way to access git from CI is, but it's at least a place to start. |
I think the easier way is to just switch the submodule config to HTTPS auth which we use everywhere else. Discussing with Daniel in #aws. |
|
Necessary since pulumi/pulumi-aws#2247 to fix failures like this one.