permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit a5319df959aaf03fea3cf87bfca8eea2e0384bce
parent b099391054091e10a343796d030f08918bcdb003
Author: decentral1se <cellarspoon@riseup.net>
Date:   Wed, 20 May 2026 11:02:16 +0200

docs(eik): git safe exemption

Diffstat:
Meik.mdwn | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -25,7 +25,13 @@ The htpasswd lives in the same directory. ### non-web editing of the wiki -Everyone in the `gitusers` group has access to push commits to [the ikiwiki git repo](https://git.permacomputing.net/permacomputing/log.html). You can see who's in this list by running: +Everyone in the `gitusers` group has access to push commits to [the ikiwiki git repo](https://git.permacomputing.net/permacomputing/log.html). + +Due to how user permissions are configured on the server, you'll need to exempt the directory from the standard Git permissions check on your local machine. + + git config --global --add safe.directory /var/www/git.permacomputing.net/repos/permacomputing.git + +You can see who's in the `gitusers` list by running: getent group gitusers