* postCreateCommand is executed too early * If git config commands run in postCreate, a global .gitconfig will be created * Copy of local .gitconfig will be skipped if .gitconfig already exists in container * Move to later stage * https://github.com/devcontainers/cli/issues/98 * https://github.com/microsoft/vscode-remote-release/issues/4855#issuecomment-831920085 Signed-off-by: GitHub <noreply@github.com>pull/40068/head
parent
cdc2f38a51
commit
9dd158b70d
@ -0,0 +1,5 @@ |
||||
#!/bin/bash |
||||
|
||||
# Set git safe.directory |
||||
git config --global --add safe.directory /var/www/html |
||||
git config --global --add safe.directory /var/www/html/3rdparty |
Loading…
Reference in new issue