commit e8ec18a101f6847fe935d6b2e11a55d7112aa693 parent a5319df959aaf03fea3cf87bfca8eea2e0384bce Author: decentral1se <cellarspoon@riseup.net> Date: Wed, 20 May 2026 11:04:29 +0200 fix(eik): where to run command Diffstat:
| M | eik.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eik.mdwn b/eik.mdwn @@ -27,7 +27,7 @@ The htpasswd lives in the same directory. 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. +Due to how user permissions are configured on the server, you'll need to exempt the directory from the standard Git permissions check. You need run this command **on the server** where your system account lives and not your local machine. git config --global --add safe.directory /var/www/git.permacomputing.net/repos/permacomputing.git