Skip to content

Commit

Permalink
Site: Cloning source code from GitHub using git protocol fails
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and F21 committed Aug 26, 2024
1 parent 232ed6f commit 188f35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/_docs/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 git@github.com:apache/calcite-avatica.git
$ cd avatica
$ ./gradlew build
{% endhighlight %}
Expand Down
2 changes: 1 addition & 1 deletion site/develop/avatica.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 git@github.com:apache/calcite-avatica.git
$ cd calcite-avatica
$ ./gradlew build
{% endhighlight %}
Expand Down

0 comments on commit 188f35a

Please sign in to comment.