You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/09/09 04:52:45 UTC

[jira] [Created] (INFRA-10395) git.apache.org fails for shallow clones

Bill Farner created INFRA-10395:
-----------------------------------

             Summary: git.apache.org fails for shallow clones
                 Key: INFRA-10395
                 URL: https://issues.apache.org/jira/browse/INFRA-10395
             Project: Infrastructure
          Issue Type: Improvement
          Components: Git
            Reporter: Bill Farner
            Priority: Minor


Not a big deal, but this is slightly confusing.  A shallow clone fails for our git.a.o URL:

{noformat}
$ git clone --depth 1 git://git.apache.org/aurora.git
Cloning into 'aurora'...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
{noformat}

But succeeds for git-wip-us.a.o:
{noformat}
$ git clone --depth 1 https://git-wip-us.apache.org/repos/asf/aurora
Cloning into 'aurora'...
remote: Counting objects: 1962, done.
remote: Compressing objects: 100% (1653/1653), done.
remote: Total 1962 (delta 355), reused 920 (delta 136)
Receiving objects: 100% (1962/1962), 4.59 MiB | 1.26 MiB/s, done.
Resolving deltas: 100% (355/355), done.
Checking connectivity... done.
{noformat}



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