You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/04/12 02:09:01 UTC

[incubator-seatunnel-website] branch main updated: Added the description of using ssh for code synchronization in build-docs.sh in the HOW_DOC_WORK document. (#109)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ab093b3 Added the description of using ssh for code synchronization in build-docs.sh in the HOW_DOC_WORK document. (#109)
1ab093b3 is described below

commit 1ab093b3e9f34321a78ca6a1dc6332c3059671e4
Author: Kerwin <37...@users.noreply.github.com>
AuthorDate: Tue Apr 12 10:08:57 2022 +0800

    Added the description of using ssh for code synchronization in build-docs.sh in the HOW_DOC_WORK document. (#109)
---
 HOW_DOC_WORK.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/HOW_DOC_WORK.md b/HOW_DOC_WORK.md
index 52597d87..9e234668 100644
--- a/HOW_DOC_WORK.md
+++ b/HOW_DOC_WORK.md
@@ -11,6 +11,8 @@ Indeed, you could fetch it by your hand, but we provide the more convenience way
 * Fetch the latest code in codebase repository(apache/dolphinscheduler) to directory `swap`.
 * Sync the latest `incubator-seatunnel/docs/en` and `incubator-seatunnel/docs/en/image` to directory `docs` and `static/image_en`.
 
+When the main library code is synchronized to the local, HTTP is used by default as the protocol for git to communicate with the server, because it do not requests password or secret key. such as local development where we already have RSA public key, run command `export PROTOCOL_MODE=ssh` in terminal change protocol to SSH which in is faster and stable in many cases.
+
 After that, you are finish the prepare work, and all resources you need to build our website it there, you could run your
 `npm` command to build the website.