Closed josejsarmento closed 1 year ago
A proposed 'fix' is passing -u $UID:$GID
to the docker run
commands. It could be relevant to include this in the README.
suggested change in https://github.com/alpine-docker/git/pull/55
can't duplicate the issue now
$ docker run -ti --rm -v ${HOME}:/root -v $(pwd):/git alpine/git status
Digest: sha256:df3f712d8f82a4e6a408636dc52f1b52fc23e8f2d9f73a271a050961819daf95
Status: Downloaded newer image for alpine/git:latest
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
In a local git repo, I enter:
and it gives me the following error: