[jira] [Commented] (CALCITE-6075) Site: Cloning source code from GitHub using git protocol fails

2023-10-27 Thread Jira


[ 
https://issues.apache.org/jira/browse/CALCITE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780284#comment-17780284
 ] 

蔡灿材 commented on CALCITE-6075:
--

I think so too

>  Site: Cloning source code from GitHub using git protocol fails
> ---
>
> Key: CALCITE-6075
> URL: https://issues.apache.org/jira/browse/CALCITE-6075
> Project: Calcite
>  Issue Type: Improvement
>  Components: site
>Affects Versions: 1.35.0
>Reporter: 蔡灿材
>Assignee: 蔡灿材
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.36.0
>
> Attachments: 2023-10-26 16-28-15屏幕截图.png
>
>
> git clone git://github.com/apache/calcite.git does not have this writing 
> method. It should be [https://github.com/apache/calcite.git] or 
> g...@github.com:apache/calcite.git
> GitHub removed the unecrypted git protocol a while ago:
> [https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CALCITE-6075) Site: Cloning source code from GitHub using git protocol fails

2023-10-27 Thread Stamatis Zampetakis (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780282#comment-17780282
 ] 

Stamatis Zampetakis commented on CALCITE-6075:
--

Merged addendum for howto.md in 
[ef82a6cc6bc565f6dc596c1d2aca7221fd6cdc49|https://github.com/apache/calcite/commit/ef82a6cc6bc565f6dc596c1d2aca7221fd6cdc49].
 Thanks for the follow-up [~caicancai].

I don't think we need to do something for the references of "git:" in 
build.gradle.kts since they refer to protocols used by gitbox (not github).

>  Site: Cloning source code from GitHub using git protocol fails
> ---
>
> Key: CALCITE-6075
> URL: https://issues.apache.org/jira/browse/CALCITE-6075
> Project: Calcite
>  Issue Type: Improvement
>  Components: site
>Affects Versions: 1.35.0
>Reporter: 蔡灿材
>Assignee: 蔡灿材
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.36.0
>
> Attachments: 2023-10-26 16-28-15屏幕截图.png
>
>
> git clone git://github.com/apache/calcite.git does not have this writing 
> method. It should be [https://github.com/apache/calcite.git] or 
> g...@github.com:apache/calcite.git
> GitHub removed the unecrypted git protocol a while ago:
> [https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CALCITE-6075) Site: Cloning source code from GitHub using git protocol fails

2023-10-26 Thread Jira


[ 
https://issues.apache.org/jira/browse/CALCITE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780136#comment-17780136
 ] 

蔡灿材 commented on CALCITE-6075:
--

So you need to create a link in the corresponding file

>  Site: Cloning source code from GitHub using git protocol fails
> ---
>
> Key: CALCITE-6075
> URL: https://issues.apache.org/jira/browse/CALCITE-6075
> Project: Calcite
>  Issue Type: Improvement
>  Components: site
>Affects Versions: 1.35.0
>Reporter: 蔡灿材
>Assignee: 蔡灿材
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.36.0
>
> Attachments: 2023-10-26 16-28-15屏幕截图.png
>
>
> git clone git://github.com/apache/calcite.git does not have this writing 
> method. It should be [https://github.com/apache/calcite.git] or 
> g...@github.com:apache/calcite.git
> GitHub removed the unecrypted git protocol a while ago:
> [https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CALCITE-6075) Site: Cloning source code from GitHub using git protocol fails

2023-10-26 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780052#comment-17780052
 ] 

Julian Hyde commented on CALCITE-6075:
--

There are a few more:
{noformat}
$ git ls-files |xargs grep -n '\https://gitbox.apache.org/repos/asf/calcite.git;)
build.gradle.kts:987:                            
developerConnection.set("scm:git:https://gitbox.apache.org/repos/asf/calcite.git;)
site/_docs/howto.md:61:$ git clone git://github.com/apache/calcite.git
site/develop/index.md:57:$ git clone git://github.com/apache/calcite.git 
{noformat}

>  Site: Cloning source code from GitHub using git protocol fails
> ---
>
> Key: CALCITE-6075
> URL: https://issues.apache.org/jira/browse/CALCITE-6075
> Project: Calcite
>  Issue Type: Improvement
>  Components: site
>Affects Versions: 1.35.0
>Reporter: 蔡灿材
>Assignee: 蔡灿材
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.36.0
>
> Attachments: 2023-10-26 16-28-15屏幕截图.png
>
>
> git clone git://github.com/apache/calcite.git does not have this writing 
> method. It should be [https://github.com/apache/calcite.git] or 
> g...@github.com:apache/calcite.git
> GitHub removed the unecrypted git protocol a while ago:
> [https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CALCITE-6075) Site: Cloning source code from GitHub using git protocol fails

2023-10-26 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780050#comment-17780050
 ] 

Julian Hyde commented on CALCITE-6075:
--

[~zabetak] Please create links rather than pasting URLs. The link in your 
previous comment doesn't work.

>  Site: Cloning source code from GitHub using git protocol fails
> ---
>
> Key: CALCITE-6075
> URL: https://issues.apache.org/jira/browse/CALCITE-6075
> Project: Calcite
>  Issue Type: Improvement
>  Components: site
>Affects Versions: 1.35.0
>Reporter: 蔡灿材
>Assignee: 蔡灿材
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.36.0
>
> Attachments: 2023-10-26 16-28-15屏幕截图.png
>
>
> git clone git://github.com/apache/calcite.git does not have this writing 
> method. It should be [https://github.com/apache/calcite.git] or 
> g...@github.com:apache/calcite.git
> GitHub removed the unecrypted git protocol a while ago:
> [https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)