You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Ajoy Bhatia <aj...@gmail.com> on 2015/07/17 19:09:52 UTC

Cannot connect to git.apache.org

Hi all,

I am a newbie here and want to contribute to the Hadoop project. Trying to
set up my Hadoop development environment for the first time, but I'm not
able to connect to git.apache.org to clone the repo, although ping does not
have any problem connecting. Here is what I get when I run "git clone":

*%>* git clone git://git.apache.org/hadoop.git
Cloning into 'hadoop-07-16'...
fatal: unable to connect to git.apache.org:
git.apache.org[0: 54.84.58.65]: errno=Operation timed out

Output from ping:

*%>* ping -t 4 54.84.58.65
PING 54.84.58.65 (54.84.58.65): 56 data bytes
64 bytes from 54.84.58.65: icmp_seq=0 ttl=43 time=163.538 ms
64 bytes from 54.84.58.65: icmp_seq=1 ttl=43 time=150.952 ms
64 bytes from 54.84.58.65: icmp_seq=2 ttl=43 time=148.183 ms
64 bytes from 54.84.58.65: icmp_seq=3 ttl=43 time=133.022 ms

--- 54.84.58.65 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 133.022/148.924/163.538/10.852 ms

Any help is much appreciated.

Thanks...
- Ajoy

Re: Cannot connect to git.apache.org

Posted by Steve Loughran <st...@hortonworks.com>.
there was a network outage. The ASF infra status and the @infrabot twitter account keep you up to date with these

http://status.apache.org/


> On 18 Jul 2015, at 11:20, Harsh J <ha...@cloudera.com> wrote:
> 
> Ted's URL fetches you a mirrored repository from GitHub.com instead, which
> is absolutely fine to use as an alternate. There might have been an
> infrastructure issue when you were attempting to access the original Apache
> git repository.
> 
> In trying the regular Apache git repository now, it appears to work fine,
> so we do not need to update the wiki for this.
> 
> On Sat, Jul 18, 2015 at 1:44 AM Ajoy Bhatia <aj...@gmail.com> wrote:
> 
>> Thanks, Ted! That worked.
>> 
>> Then, maybe the "Checking out the source" section on
>> https://wiki.apache.org/hadoop/GitAndHadoop needs to be updated. I would
>> do
>> that but I don't have access.
>> 
>> Thanks...
>> - Ajoy
>> 
>> On Fri, Jul 17, 2015 at 10:16 AM, Ted Yu <yu...@gmail.com> wrote:
>> 
>>> Please use git@github.com:apache/hadoop.git
>>> 
>>> Cheers
>>> 
>>> On Fri, Jul 17, 2015 at 10:09 AM, Ajoy Bhatia <aj...@gmail.com>
>>> wrote:
>>> 
>>>> Hi all,
>>>> 
>>>> I am a newbie here and want to contribute to the Hadoop project. Trying
>>> to
>>>> set up my Hadoop development environment for the first time, but I'm
>> not
>>>> able to connect to git.apache.org to clone the repo, although ping
>> does
>>>> not
>>>> have any problem connecting. Here is what I get when I run "git clone":
>>>> 
>>>> *%>* git clone git://git.apache.org/hadoop.git
>>>> Cloning into 'hadoop-07-16'...
>>>> fatal: unable to connect to git.apache.org:
>>>> git.apache.org[0: 54.84.58.65]: errno=Operation timed out
>>>> 
>>>> Output from ping:
>>>> 
>>>> *%>* ping -t 4 54.84.58.65
>>>> PING 54.84.58.65 (54.84.58.65): 56 data bytes
>>>> 64 bytes from 54.84.58.65: icmp_seq=0 ttl=43 time=163.538 ms
>>>> 64 bytes from 54.84.58.65: icmp_seq=1 ttl=43 time=150.952 ms
>>>> 64 bytes from 54.84.58.65: icmp_seq=2 ttl=43 time=148.183 ms
>>>> 64 bytes from 54.84.58.65: icmp_seq=3 ttl=43 time=133.022 ms
>>>> 
>>>> --- 54.84.58.65 ping statistics ---
>>>> 4 packets transmitted, 4 packets received, 0.0% packet loss
>>>> round-trip min/avg/max/stddev = 133.022/148.924/163.538/10.852 ms
>>>> 
>>>> Any help is much appreciated.
>>>> 
>>>> Thanks...
>>>> - Ajoy
>>>> 
>>> 
>> 


Re: Cannot connect to git.apache.org

Posted by Harsh J <ha...@cloudera.com>.
Ted's URL fetches you a mirrored repository from GitHub.com instead, which
is absolutely fine to use as an alternate. There might have been an
infrastructure issue when you were attempting to access the original Apache
git repository.

In trying the regular Apache git repository now, it appears to work fine,
so we do not need to update the wiki for this.

On Sat, Jul 18, 2015 at 1:44 AM Ajoy Bhatia <aj...@gmail.com> wrote:

> Thanks, Ted! That worked.
>
> Then, maybe the "Checking out the source" section on
> https://wiki.apache.org/hadoop/GitAndHadoop needs to be updated. I would
> do
> that but I don't have access.
>
> Thanks...
> - Ajoy
>
> On Fri, Jul 17, 2015 at 10:16 AM, Ted Yu <yu...@gmail.com> wrote:
>
> > Please use git@github.com:apache/hadoop.git
> >
> > Cheers
> >
> > On Fri, Jul 17, 2015 at 10:09 AM, Ajoy Bhatia <aj...@gmail.com>
> > wrote:
> >
> > > Hi all,
> > >
> > > I am a newbie here and want to contribute to the Hadoop project. Trying
> > to
> > > set up my Hadoop development environment for the first time, but I'm
> not
> > > able to connect to git.apache.org to clone the repo, although ping
> does
> > > not
> > > have any problem connecting. Here is what I get when I run "git clone":
> > >
> > > *%>* git clone git://git.apache.org/hadoop.git
> > > Cloning into 'hadoop-07-16'...
> > > fatal: unable to connect to git.apache.org:
> > > git.apache.org[0: 54.84.58.65]: errno=Operation timed out
> > >
> > > Output from ping:
> > >
> > > *%>* ping -t 4 54.84.58.65
> > > PING 54.84.58.65 (54.84.58.65): 56 data bytes
> > > 64 bytes from 54.84.58.65: icmp_seq=0 ttl=43 time=163.538 ms
> > > 64 bytes from 54.84.58.65: icmp_seq=1 ttl=43 time=150.952 ms
> > > 64 bytes from 54.84.58.65: icmp_seq=2 ttl=43 time=148.183 ms
> > > 64 bytes from 54.84.58.65: icmp_seq=3 ttl=43 time=133.022 ms
> > >
> > > --- 54.84.58.65 ping statistics ---
> > > 4 packets transmitted, 4 packets received, 0.0% packet loss
> > > round-trip min/avg/max/stddev = 133.022/148.924/163.538/10.852 ms
> > >
> > > Any help is much appreciated.
> > >
> > > Thanks...
> > > - Ajoy
> > >
> >
>

Re: Cannot connect to git.apache.org

Posted by Ajoy Bhatia <aj...@gmail.com>.
Thanks, Ted! That worked.

Then, maybe the "Checking out the source" section on
https://wiki.apache.org/hadoop/GitAndHadoop needs to be updated. I would do
that but I don't have access.

Thanks...
- Ajoy

On Fri, Jul 17, 2015 at 10:16 AM, Ted Yu <yu...@gmail.com> wrote:

> Please use git@github.com:apache/hadoop.git
>
> Cheers
>
> On Fri, Jul 17, 2015 at 10:09 AM, Ajoy Bhatia <aj...@gmail.com>
> wrote:
>
> > Hi all,
> >
> > I am a newbie here and want to contribute to the Hadoop project. Trying
> to
> > set up my Hadoop development environment for the first time, but I'm not
> > able to connect to git.apache.org to clone the repo, although ping does
> > not
> > have any problem connecting. Here is what I get when I run "git clone":
> >
> > *%>* git clone git://git.apache.org/hadoop.git
> > Cloning into 'hadoop-07-16'...
> > fatal: unable to connect to git.apache.org:
> > git.apache.org[0: 54.84.58.65]: errno=Operation timed out
> >
> > Output from ping:
> >
> > *%>* ping -t 4 54.84.58.65
> > PING 54.84.58.65 (54.84.58.65): 56 data bytes
> > 64 bytes from 54.84.58.65: icmp_seq=0 ttl=43 time=163.538 ms
> > 64 bytes from 54.84.58.65: icmp_seq=1 ttl=43 time=150.952 ms
> > 64 bytes from 54.84.58.65: icmp_seq=2 ttl=43 time=148.183 ms
> > 64 bytes from 54.84.58.65: icmp_seq=3 ttl=43 time=133.022 ms
> >
> > --- 54.84.58.65 ping statistics ---
> > 4 packets transmitted, 4 packets received, 0.0% packet loss
> > round-trip min/avg/max/stddev = 133.022/148.924/163.538/10.852 ms
> >
> > Any help is much appreciated.
> >
> > Thanks...
> > - Ajoy
> >
>

Re: Cannot connect to git.apache.org

Posted by Ted Yu <yu...@gmail.com>.
Please use git@github.com:apache/hadoop.git

Cheers

On Fri, Jul 17, 2015 at 10:09 AM, Ajoy Bhatia <aj...@gmail.com> wrote:

> Hi all,
>
> I am a newbie here and want to contribute to the Hadoop project. Trying to
> set up my Hadoop development environment for the first time, but I'm not
> able to connect to git.apache.org to clone the repo, although ping does
> not
> have any problem connecting. Here is what I get when I run "git clone":
>
> *%>* git clone git://git.apache.org/hadoop.git
> Cloning into 'hadoop-07-16'...
> fatal: unable to connect to git.apache.org:
> git.apache.org[0: 54.84.58.65]: errno=Operation timed out
>
> Output from ping:
>
> *%>* ping -t 4 54.84.58.65
> PING 54.84.58.65 (54.84.58.65): 56 data bytes
> 64 bytes from 54.84.58.65: icmp_seq=0 ttl=43 time=163.538 ms
> 64 bytes from 54.84.58.65: icmp_seq=1 ttl=43 time=150.952 ms
> 64 bytes from 54.84.58.65: icmp_seq=2 ttl=43 time=148.183 ms
> 64 bytes from 54.84.58.65: icmp_seq=3 ttl=43 time=133.022 ms
>
> --- 54.84.58.65 ping statistics ---
> 4 packets transmitted, 4 packets received, 0.0% packet loss
> round-trip min/avg/max/stddev = 133.022/148.924/163.538/10.852 ms
>
> Any help is much appreciated.
>
> Thanks...
> - Ajoy
>