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 <v_cher...@hotmail.com> 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. >