Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2023

git clone kafka repository requires https

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • website
    • None

    Description

      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:

      $ 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
      

      while:

      $ 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.
      

      Attachments

        1. KAFKA-2023.patch
          0.6 kB
          Anatoli Fomenko

        Activity

          People

            fanatoly Anatoly Fayngelerin
            anatoli.fomenko Anatoli Fomenko
            Gwen Shapira Gwen Shapira
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: