From a2de4cfb0c2b143559799858df4c3ab0851fe769 Mon Sep 17 00:00:00 2001 From: Ananthu Date: Thu, 15 Jun 2023 18:04:35 +0530 Subject: [PATCH] Update system-config-files.md --- docs/howto/system-config-files.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/howto/system-config-files.md b/docs/howto/system-config-files.md index 0290af1..6483e57 100644 --- a/docs/howto/system-config-files.md +++ b/docs/howto/system-config-files.md @@ -27,3 +27,8 @@ $ sudo dotdrop import --cfg=config-root.yaml $ sudo dotdrop install --cfg=config-root.yaml ... ``` + +When commiting the local and system wide changes git will complain about permission. To fix that run: +``` +$ sudo chown -R : +```