On Tue, Oct 23, 2012 at 9:12 AM, Kurt Starsinic <[email protected]> wrote:
> When I try to clone the repo, I get a 405: > $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git > Cloning into lucy... > error: RPC failed; result=22, HTTP code = 405 > fatal: The remote end hung up unexpectedly > > Any ideas? I'd suggest trying again after an interval. It worked for me just now: marvin@knut:~/projects $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git Cloning into 'lucy'... remote: Counting objects: 29054, done. remote: Compressing objects: 100% (6351/6351), done. remote: Total 29054 (delta 21715), reused 29013 (delta 21694) Receiving objects: 100% (29054/29054), 4.42 MiB | 365 KiB/s, done. Resolving deltas: 100% (21715/21715), done. marvin@knut:~/projects $ Marvin Humphrey
