I try to use "-u 1000" clone project files.
cause i want create all files with lower privileges, not ROOT privileges.
docker run -u 1000 -i --rm --name git-jobs \
-v /tmp/xxx:/git \
alpine/git:latest clone git@xxx/xxx.git
Cloning into 'xxx'...
No user exists for uid 1000
fatal: Could not read from remote repository.
I try to use "-u 1000" clone project files. cause i want create all files with lower privileges, not ROOT privileges.