diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 11babe27e..5a3746955 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,6 +23,12 @@ "source": "${localEnv:HOME}/.local/share/opencode/auth.json", "target": "/root/.local/share/opencode/auth.json", "type": "bind" + }, + // 挂载 SSH 密钥 + { + "source": "${localEnv:HOME}/.ssh", + "target": "/root/.ssh", + "type": "bind" } ], "customizations": {