commit cdbac7ae7f40b18c947a2135f3a1a34fbe48cb3a
parent d3b37866b49fc145dbdd389fe0af9635d0f2e154
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Fri, 24 Jul 2020 17:17:59 +0200
Add missing command to git server post
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/blog/2020-06-23-setting-up-a-personal-git-server.md b/content/blog/2020-06-23-setting-up-a-personal-git-server.md
@@ -13,7 +13,7 @@ tags: [
"Website",
]
date: 2020-06-23T16:10:00+00:00
-lastmod: 2020-06-25T09:55:00+00:00
+lastmod: 2020-07-24T15:17:00+00:00
---
Running a personal Git server is something that has been on my mind for quite a
@@ -70,6 +70,7 @@ Let's do that:
```sh
useradd -d /srv/git git
mkdir /srv/git
+chown git /srv/git
```
Now, let's create the folder for the SSH configuration where we'll add our