You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Joe Stein (JIRA)" <ji...@apache.org> on 2015/03/17 03:38:38 UTC

[jira] [Assigned] (KAFKA-2023) git clone kafka repository requires https

     [ https://issues.apache.org/jira/browse/KAFKA-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Stein reassigned KAFKA-2023:
--------------------------------

    Assignee: Anatoly Fayngelerin

> git clone kafka repository requires https
> -----------------------------------------
>
>                 Key: KAFKA-2023
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2023
>             Project: Kafka
>          Issue Type: Bug
>          Components: website
>            Reporter: Anatoli Fomenko
>            Assignee: Anatoly Fayngelerin
>            Priority: Minor
>         Attachments: KAFKA-2023.patch
>
>
> From http://kafka.apache.org/code.html: 
> Our code is kept in git. You can check it out like this:
> 	git clone http://git-wip-us.apache.org/repos/asf/kafka.git kafka
> On CentOS 6.5:
> {code}
> $ git clone http://git-wip-us.apache.org/repos/asf/kafka.git kafka
> Initialized empty Git repository in /home/anatoli/git/kafka/.git/
> error: RPC failed; result=22, HTTP code = 405
> {code}
> while:
> {code}
> $ git clone https://git-wip-us.apache.org/repos/asf/kafka.git kafka
> Initialized empty Git repository in /home/anatoli/git/kafka/.git/
> remote: Counting objects: 24607, done.
> remote: Compressing objects: 100% (9212/9212), done.
> remote: Total 24607 (delta 14449), reused 19801 (delta 11465)
> Receiving objects: 100% (24607/24607), 15.61 MiB | 5.85 MiB/s, done.
> Resolving deltas: 100% (14449/14449), done.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)