Skip to content

Permissions issue when using devcontainer locally #17

@mark-dropbear

Description

@mark-dropbear

When running the devcontainer locally (i.e. not in codespaces) I get an error due to a permissions issue where the workspace directory I am working with is owned by the root user rather than the codespace user I am logged in as.

This is easy enough to fix by just running the following command in the root directory /workspaces/todart but shouldn't be necessary:

sudo chown -R ${USER}: ${PWD}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions