This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new 188f35a36 Site: Cloning source code from GitHub using git protocol
fails
188f35a36 is described below
commit 188f35a3613c7e88d3cd4105410ffb2d435d225c
Author: cancaicai <[email protected]>
AuthorDate: Mon Aug 26 18:35:15 2024 +0800
Site: Cloning source code from GitHub using git protocol fails
---
site/_docs/howto.md | 2 +-
site/develop/avatica.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index b6ad34bdb..21db5003b 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -62,7 +62,7 @@ Create a local copy of the GitHub repository,
then build using Gradle:
{% highlight bash %}
-$ git clone git://github.com/apache/calcite-avatica.git avatica
+$ git clone [email protected]:apache/calcite-avatica.git
$ cd avatica
$ ./gradlew build
{% endhighlight %}
diff --git a/site/develop/avatica.md b/site/develop/avatica.md
index cb674469a..52500a47b 100644
--- a/site/develop/avatica.md
+++ b/site/develop/avatica.md
@@ -47,7 +47,7 @@ Create a local copy of the git repository, `cd` to its root
directory,
then build using maven:
{% highlight bash %}
-$ git clone git://github.com/apache/calcite-avatica.git avatica
+$ git clone [email protected]:apache/calcite-avatica.git
$ cd calcite-avatica
$ ./gradlew build
{% endhighlight %}