Merge pull request #47323 from enowy/mod_doc

Add space between --recursive option and --shallow-submodule option of git clone command.
This commit is contained in:
robot-clickhouse-ci-2 2023-03-08 08:03:22 +01:00 committed by GitHub
commit 2c7c270f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ It generally means that the SSH keys for connecting to GitHub are missing. These
You can also clone the repository via https protocol:
git clone --recursive--shallow-submodules https://github.com/ClickHouse/ClickHouse.git
git clone --recursive --shallow-submodules https://github.com/ClickHouse/ClickHouse.git
This, however, will not let you send your changes to the server. You can still use it temporarily and add the SSH keys later replacing the remote address of the repository with `git remote` command.