You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sandbox): register /workspace as git safe directory at startup
Git refuses to operate in directories not owned by the current process
user. Since /workspace is a bind-mount owned by the host user, the UID
mismatch inside the container triggers this check. Register the path via
git config safe.directory in the entrypoint before launching OpenCode,
covering both the root (gosu) and non-root (--user) startup paths.
0 commit comments