🏡 index : ~doyle/rgit.git

author Geert Stappers <stappers@stappers.it> 2023-08-30 9:53:21.0 +00:00:00
committer Geert Stappers <stappers@stappers.it> 2023-08-30 9:53:21.0 +00:00:00
commit
b9f32002460f33052778b522bb4b58c038b2faed [patch]
tree
17f1f0e17fc3009c77e25cb71ecf12cadbb8369e
parent
509a6bd91392a60df67fa16b5441ec9253c45e2f
download
b9f32002460f33052778b522bb4b58c038b2faed.tar.gz

not owned by current user

The README.md has now a note on "not owned by current user".

Diff

 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.