Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D92A10EC9 for ; Wed, 4 Sep 2013 21:28:54 +0000 (UTC) Received: (qmail 93952 invoked by uid 500); 4 Sep 2013 21:28:53 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 93887 invoked by uid 500); 4 Sep 2013 21:28:53 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 93879 invoked by uid 99); 4 Sep 2013 21:28:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 21:28:53 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christian.mueller@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-ob0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 21:28:47 +0000 Received: by mail-ob0-f170.google.com with SMTP id eh20so1074727obb.29 for ; Wed, 04 Sep 2013 14:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qhC87PT6zn1ijM7u7m+K416A/vMlrPbz2PA2mQCxPPo=; b=NhfLY5FP81WT2Z/T7URPK8GJFmpmJG7jB13JGqO3Xv6vdi2ixFSinmQrssITfDQVSQ dd0AicopRpTN/579V3ISUnG5LoQ47IpKnsgDuYZV6vUhsQHWGOOJvBSXcgxgcTmeLLZF 17Xsv2wTR1TdXKeiMVBrAzo/QRa2jM4EmTJPBBJp2fcsFBob8Bxx8P07jzyox1RyKmla rAxxJJthy8lz++V98u7/GPKerAZhZhcWyqMRX1uzQC5kifPxxjw3qXEnEfXqSiGzaGH/ GhRGNyWQtdZPmSs9dRMBtISo7xyaJAO+014KJ01JCdHr585zQzgV7TPydrXJOwcpGyo0 k+OA== MIME-Version: 1.0 X-Received: by 10.182.51.132 with SMTP id k4mr3735045obo.101.1378330106642; Wed, 04 Sep 2013 14:28:26 -0700 (PDT) Received: by 10.182.96.73 with HTTP; Wed, 4 Sep 2013 14:28:26 -0700 (PDT) In-Reply-To: <1378218993113-5738595.post@n5.nabble.com> References: <1378218001405-5738592.post@n5.nabble.com> <1378218993113-5738595.post@n5.nabble.com> Date: Wed, 4 Sep 2013 23:28:26 +0200 Message-ID: Subject: Re: clone camel 2.11.x branch From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=047d7bfea09a63c5a604e5957c92 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfea09a63c5a604e5957c92 Content-Type: text/plain; charset=ISO-8859-1 It works in general: with HTTPS: cmueller$ git clone https://git-wip-us.apache.org/repos/asf/camel.git Cloning into 'camel'... remote: Counting objects: 445470, done. remote: Compressing objects: 100% (130404/130404), done. remote: Total 445470 (delta 191440), reused 442610 (delta 190350) Receiving objects: 100% (445470/445470), 46.15 MiB | 193 KiB/s, done. Resolving deltas: 100% (191440/191440), done. Checking out files: 100% (14815/14815), done. with HTTP: cmueller$ git clone http://git-wip-us.apache.org/repos/asf/camel.git Cloning into 'camel'... remote: Counting objects: 445470, done. remote: Compressing objects: 100% (130404/130404), done. remote: Total 445470 (delta 191440), reused 442610 (delta 190350) Receiving objects: 100% (445470/445470), 46.15 MiB | 313 KiB/s, done. Resolving deltas: 100% (191440/191440), done. Checking out files: 100% (14815/14815), done. You may behind a firewall and has to configure git to use a proxy? Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Sep 3, 2013 at 4:36 PM, vcheruvu wrote: > I have tried your suggestion. I am experiencing same issue. > > > C:\vid\apps>git clone http://git-wip-us.apache.org/repos/asf/camel.git > Cloning into 'camel'... > fatal: unable to access 'http://git-wip-us.apache.org/repos/asf/camel.git/ > ': > Failed connect to git-wip-us.apache.org:80; No error > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/clone-camel-2-11-x-branch-tp5734915p5738595.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --047d7bfea09a63c5a604e5957c92--