You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by vcheruvu <v_...@hotmail.com> on 2013/09/03 16:20:01 UTC

Re: clone camel 2.11.x branch

Hi Christian,

 I have followed your command examples to check out Camel 2.11.x source
code. Unfortunately I am unable to check out with errors as shown below.  I
am running in win 7 with cmd prompt.  Will your instructions work for
windows cmd. Please advise how I could check out source code?

C:\vid\apps>git clone https://git-wip-us.apache.org/repos/asf/camel.git
Cloning into 'camel'...
fatal: unable to access
'https://git-wip-us.apache.org/repos/asf/camel.git/': Failed connect to
git-wip-us.apache.org:443; No error


Kind regards,
-Vid-



--
View this message in context: http://camel.465427.n5.nabble.com/clone-camel-2-11-x-branch-tp5734915p5738592.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: clone camel 2.11.x branch

Posted by Christian Müller <ch...@gmail.com>.
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_...@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.
>

Re: clone camel 2.11.x branch

Posted by vcheruvu <v_...@hotmail.com>.
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.

Re: clone camel 2.11.x branch

Posted by Christian Posta <ch...@gmail.com>.
i mean the 's'


On Tue, Sep 3, 2013 at 7:32 AM, Christian Posta
<ch...@gmail.com>wrote:

> try removing the 'https'  ?
>
>
> On Tue, Sep 3, 2013 at 7:20 AM, vcheruvu <v_...@hotmail.com> wrote:
>
>>
>> Hi Christian,
>>
>>  I have followed your command examples to check out Camel 2.11.x source
>> code. Unfortunately I am unable to check out with errors as shown below.
>>  I
>> am running in win 7 with cmd prompt.  Will your instructions work for
>> windows cmd. Please advise how I could check out source code?
>>
>> C:\vid\apps>git clone https://git-wip-us.apache.org/repos/asf/camel.git
>> Cloning into 'camel'...
>> fatal: unable to access
>> 'https://git-wip-us.apache.org/repos/asf/camel.git/': Failed connect to
>> git-wip-us.apache.org:443; No error
>>
>>
>> Kind regards,
>> -Vid-
>>
>>
>>
>> --
>> View this message in context:
>> http://camel.465427.n5.nabble.com/clone-camel-2-11-x-branch-tp5734915p5738592.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>
>
>
> --
> *Christian Posta*
> http://www.christianposta.com/blog
> twitter: @christianposta
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Re: clone camel 2.11.x branch

Posted by Christian Posta <ch...@gmail.com>.
try removing the 'https'  ?


On Tue, Sep 3, 2013 at 7:20 AM, vcheruvu <v_...@hotmail.com> wrote:

>
> Hi Christian,
>
>  I have followed your command examples to check out Camel 2.11.x source
> code. Unfortunately I am unable to check out with errors as shown below.  I
> am running in win 7 with cmd prompt.  Will your instructions work for
> windows cmd. Please advise how I could check out source code?
>
> C:\vid\apps>git clone https://git-wip-us.apache.org/repos/asf/camel.git
> Cloning into 'camel'...
> fatal: unable to access
> 'https://git-wip-us.apache.org/repos/asf/camel.git/': Failed connect to
> git-wip-us.apache.org:443; No error
>
>
> Kind regards,
> -Vid-
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/clone-camel-2-11-x-branch-tp5734915p5738592.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta