Anatoli Fomenko created KAFKA-2023: -------------------------------------- Summary: 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 Priority: Minor
>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)