From cc48c7f800628dfb3b9d6b38079241daf990dea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 4 Oct 2022 22:59:41 +0800 Subject: README.md: fix space into 'How to interact with git server' step --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 21c458e..6d93fd9 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ Supported clone method: - SSH: authentication with gitolite configuration inside `gitolite-admin`. For more information, please refer to [basic administration](https://gitolite.com/gitolite/basic-admin.html). - Syntax: `git clone ssh://git@/` + git clone ssh://git@/ - HTTP: `enable-http-clone=1` by default, which let cgit act as a dumb HTTP enpoint for git clones. You can disable that by edit /etc/cgitrc. I may consider to add more feature, so you can set config from `docker run` or `docker-compose.yml`. `git push` is not supported via HTTP at this moment. - Syntax: `git clone http:///` + git clone http:/// - GIT: `git daemon` is enabled by default with `upload-pack` service (this serves git fetch-pack and git ls-remote clients), allowing anonymous fetch, clone. - Syntax: `git clone git:///` + git clone git:/// ## Docker-compose -- cgit v1.2.3