-
Notifications
You must be signed in to change notification settings - Fork 77
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
Dev Container post-create-command fails b/c GIT isn't installed #2
Comments
Ah thats the second time I've gotten a report like this (but on a different repo). I'll ask if something happened with dev containers recently. You can delete pre-commit install from the postCreateCommand for now. |
I wound up changing the dev container:
And will change the postCreateCommand to:
|
You could also try this fix: [ -d .git ] && pre-commit install That's what I've added to devcontainer.json I haven't heard back from dev containers team on what changed to cause the errors. |
What OS were you on when this happened? |
Container does open.
The text was updated successfully, but these errors were encountered: