🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-08-30 16:38:21.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-30 16:38:21.0 +00:00:00
commit
1a7e6d8fb63afc763e3655d567d5fa96da6b3e59 [patch]
tree
84dcdaa55eafaa6316c9c5deedd4217e9bfba128
parent
2b463298818b01d64b483bed5cf28b56555f5af7
parent
b9f32002460f33052778b522bb4b58c038b2faed
download
1a7e6d8fb63afc763e3655d567d5fa96da6b3e59.tar.gz

Merge pull request #23 from stappersg/not_owner

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.