We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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初回起動時に実行されるinit.shのsudo chown -R node /workspaceが失敗する
sudo chown -R node /workspace
Related to #9917
sudo chown -R node /workspaceが正しく動作すること
Running the postCreateCommand from devcontainer.json... [10901 ms] Start: Run in container: /bin/sh -c sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh + sudo chown -R node /workspace chown: changing ownership of '/workspace/.git/objects/pack/pack-9b19a78558558e974efcff369f9fadcd30dfc7dc.idx': Permission denied chown: changing ownership of '/workspace/.git/objects/pack/pack-9b19a78558558e974efcff369f9fadcd30dfc7dc.pack': Permission denied chown: changing ownership of '/workspace/.git/modules/fluent-emojis/objects/pack/pack-219ff9a5705732157039547d596844491c559f7d.pack': Permission denied chown: changing ownership of '/workspace/.git/modules/fluent-emojis/objects/pack/pack-219ff9a5705732157039547d596844491c559f7d.idx': Permission denied chown: changing ownership of '/workspace/.git/modules/misskey-assets/objects/pack/pack-c52fc23680e186e5a45c8ccb6da9332906971263.pack': Permission denied chown: changing ownership of '/workspace/.git/modules/misskey-assets/objects/pack/pack-c52fc23680e186e5a45c8ccb6da9332906971263.idx': Permission denied [285840 ms] postCreateCommand failed with exit code 1. Skipping any further user-provided commands.
MacBook Pro (15inch, 2019), macOS Ventura 13.4.1 (c)
Chrome 115.0.5790.170
local
develop
The text was updated successfully, but these errors were encountered:
Fixed by #13956
Sorry, something went wrong.
No branches or pull requests
💡 Summary
Dev Container初回起動時に実行されるinit.shの
sudo chown -R node /workspace
が失敗するRelated to #9917
🥰 Expected Behavior
sudo chown -R node /workspace
が正しく動作すること🤬 Actual Behavior
📝 Steps to Reproduce
sudo chown -R node /workspace
でエラーになる📌 Environment
💻 Frontend
MacBook Pro (15inch, 2019), macOS Ventura 13.4.1 (c)
Chrome 115.0.5790.170
local
develop
The text was updated successfully, but these errors were encountered: