devcontainers / devcontainers/cli

Global gitconfig fails to copy to devcontainer with postCreateCommand

Offen
#787 4 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @chrmarti Auf GitHub ansehen
bug
Vorherrschende Sprache
TypeScript
Sterne
3k
Forks
457
Ø Merge
13 Std. 17 Min.
Gemergte PRs (30 T.)
6

Beschreibung

Related to this issue https://github.com/devcontainers/cli/issues/98 there still seems to be a problem for the global git config.

My local git config is copied, but my global git config is not. Settings that only existed in my global config like my name and email are not copied.

It seems that a default empty global git config is created when using `postCreateCommand`. In my case, I am running a script `"postCreateCommand": "sh ./scripts/env-setup.sh"`

Here is what my containers global git config looks like when using `postCreateCommand`:

```
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
# name =
# email = vscode@b97bec6ca4f1.(none)

```

If I change it to `postAttachCommand`, then an exact copy of my actual global git config file from my machine is copied correctly into the dev container.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.