From b9f32002460f33052778b522bb4b58c038b2faed Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Wed, 30 Aug 2023 11:53:21 +0200 Subject: [PATCH] not owned by current user The README.md has now a note on "not owned by current user". --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 89136b3..8d0ee64 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,11 @@ An example `docker-compose.yml` is provided for those who prefer using Compose. An example override file has been has been provided with the repository. To use it, remove the `.example` extension from `docker-compose.override.yml.example`, and adjust the UID and GID to match the user that owns the directory containing your repositories. Afterwards, bring up the container with `docker-compose up` to make sure everything works. + +### Notes + +#### not owned by current user + +When you get `message: "repository path '/git/orzklv-dots/' is not owned by current user"` in the +logging, it means exactly that. It is a _git design choice_, only owner writes to the git +repository. Match the `uid` what `rgit` started with the `uid` of the git repo on the filesystem. -- libgit2 1.7.2