Skip to content

Commit bbd4778

Browse files
Fix gitconfig path on Windows host systems
1 parent 3497eec commit bbd4778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"init": true,
1010
"mounts": [
1111
"source=claude-code-config-${devcontainerId},target=/home/vscode/.claude,type=volume",
12-
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,readonly"
12+
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,readonly"
1313
],
1414
"containerEnv": {
1515
"CLAUDE_CONFIG_DIR": "/home/vscode/.claude",

0 commit comments

Comments
 (0)