Skip to content

Commit

Permalink
[CALCITE-6075] Site: Cloning source code from GitHub using git protoc…
Browse files Browse the repository at this point in the history
…ol fails

GitHub removed the unecrypted git protocoli a while ago:
https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/

Close #3485
  • Loading branch information
caicancai authored and zabetak committed Oct 26, 2023
1 parent 79f2f61 commit 8821eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/develop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Create a local copy of the Git repository, `cd` to its root directory,
then build using Gradle:

{% highlight bash %}
$ git clone git://github.com/apache/calcite.git
$ git clone https://github.com/apache/calcite.git
$ cd calcite
$ ./gradlew build
{% endhighlight %}
Expand Down

0 comments on commit 8821eaf

Please sign in to comment.