We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61e550 commit 1cefdfcCopy full SHA for 1cefdfc
.devcontainer/devcontainer.json
@@ -70,7 +70,7 @@
70
]
71
}
72
},
73
- "postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
+ "postCreateCommand": "GIT_DIR=/dev/null git config --global --add safe.directory ${containerWorkspaceFolder}",
74
75
// Use root as there are some issues with cross using the docker commands in some environments (e.g. colima on MacOs)
76
"remoteUser": "root"
0 commit comments