You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by Dayue Gao <da...@163.com> on 2015/08/06 07:47:59 UTC

Can't fetch code from source repo

Hi geeks,

I noticed that I can no longer fetch code from apache git repo, anything wrong?

$ git remote -v
origin	git://git.apache.org/incubator-kylin.git (fetch)
origin	git://git.apache.org/incubator-kylin.git (push)

$ git fetch
fatal: read error: Connection reset by peer

Best,
Dayue

Re: Can't fetch code from source repo

Posted by hongbin ma <ma...@apache.org>.
BTW, where did you learn the git address git://
git.apache.org/incubator-kylin.git? I'm using
https://git-wip-us.apache.org/repos/asf/incubator-kylin.git , FYI.

On Thu, Aug 6, 2015 at 2:08 PM, hongbin ma <ma...@apache.org> wrote:

> ​i thought you're pulling from github.com,,, sorry
>
> as to git.apache.org, i just pushed changes to it, nothing abnormal at my
> side.
>
> On Thu, Aug 6, 2015 at 2:05 PM, Dayue Gao <da...@163.com> wrote:
>
>> Github is ok. Don't think it's GFW issue because I've tried fetching
>> through a VPN connection. Can anyone else clone git://
>> git.apache.org/incubator-kylin.git ?
>>
>> > 在 2015年8月6日,下午1:51,hongbin ma <ma...@apache.org> 写道:
>> >
>> > Is the website github available to you? It seems GFW is blocking your
>> from
>> > fetching, do you have a proxy for git?
>> >
>> > On Thu, Aug 6, 2015 at 1:47 PM, Dayue Gao <da...@163.com> wrote:
>> >
>> >> Hi geeks,
>> >>
>> >> I noticed that I can no longer fetch code from apache git repo,
>> anything
>> >> wrong?
>> >>
>> >> $ git remote -v
>> >> origin  git://git.apache.org/incubator-kylin.git (fetch)
>> >> origin  git://git.apache.org/incubator-kylin.git (push)
>> >>
>> >> $ git fetch
>> >> fatal: read error: Connection reset by peer
>> >>
>> >> Best,
>> >> Dayue
>> >>
>> >
>> >
>> >
>> > --
>> > Regards,
>> >
>> > *Bin Mahone | 马洪宾*
>> > Apache Kylin: http://kylin.io
>> > Github: https://github.com/binmahone
>>
>>
>>
>
>
> --
> Regards,
>
> *Bin Mahone | 马洪宾*
> Apache Kylin: http://kylin.io
> Github: https://github.com/binmahone
>



-- 
Regards,

*Bin Mahone | 马洪宾*
Apache Kylin: http://kylin.io
Github: https://github.com/binmahone

Re: Can't fetch code from source repo

Posted by Luke Han <lu...@gmail.com>.
Please try github.com mirror:

https://github.com/apache/incubator-kylin.git

Thanks.


Best Regards!
---------------------

Luke Han

On Thu, Aug 6, 2015 at 2:22 PM, Dayue Gao <da...@163.com> wrote:

> My colleague verified he can't access git://
> git.apache.org/incubator-kylin.git <git://
> git.apache.org/incubator-kylin.git> neither.
>
> $ git clone git://git.apache.org/incubator-kylin.git <git://
> git.apache.org/incubator-kylin.git>
> Cloning into 'incubator-kylin'...
> fatal: read error: Connection reset by peer
>
> Maybe it's my company's network issue? I'll check again when I go home.
>
>
> > 在 2015年8月6日,下午2:08,hongbin ma <ma...@apache.org> 写道:
> >
> > ​i thought you're pulling from github.com,,, sorry
> >
> > as to git.apache.org, i just pushed changes to it, nothing abnormal at
> my
> > side.
> >
> > On Thu, Aug 6, 2015 at 2:05 PM, Dayue Gao <da...@163.com> wrote:
> >
> >> Github is ok. Don't think it's GFW issue because I've tried fetching
> >> through a VPN connection. Can anyone else clone git://
> >> git.apache.org/incubator-kylin.git ?
> >>
> >>> 在 2015年8月6日,下午1:51,hongbin ma <ma...@apache.org> 写道:
> >>>
> >>> Is the website github available to you? It seems GFW is blocking your
> >> from
> >>> fetching, do you have a proxy for git?
> >>>
> >>> On Thu, Aug 6, 2015 at 1:47 PM, Dayue Gao <da...@163.com> wrote:
> >>>
> >>>> Hi geeks,
> >>>>
> >>>> I noticed that I can no longer fetch code from apache git repo,
> anything
> >>>> wrong?
> >>>>
> >>>> $ git remote -v
> >>>> origin  git://git.apache.org/incubator-kylin.git (fetch)
> >>>> origin  git://git.apache.org/incubator-kylin.git (push)
> >>>>
> >>>> $ git fetch
> >>>> fatal: read error: Connection reset by peer
> >>>>
> >>>> Best,
> >>>> Dayue
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Regards,
> >>>
> >>> *Bin Mahone | 马洪宾*
> >>> Apache Kylin: http://kylin.io
> >>> Github: https://github.com/binmahone
> >>
> >>
> >>
> >
> >
> > --
> > Regards,
> >
> > *Bin Mahone | 马洪宾*
> > Apache Kylin: http://kylin.io
> > Github: https://github.com/binmahone
>
>

Re: Can't fetch code from source repo

Posted by Dayue Gao <da...@163.com>.
My colleague verified he can't access git://git.apache.org/incubator-kylin.git <git://git.apache.org/incubator-kylin.git> neither.

$ git clone git://git.apache.org/incubator-kylin.git <git://git.apache.org/incubator-kylin.git>
Cloning into 'incubator-kylin'...
fatal: read error: Connection reset by peer

Maybe it's my company's network issue? I'll check again when I go home.


> 在 2015年8月6日,下午2:08,hongbin ma <ma...@apache.org> 写道:
> 
> ​i thought you're pulling from github.com,,, sorry
> 
> as to git.apache.org, i just pushed changes to it, nothing abnormal at my
> side.
> 
> On Thu, Aug 6, 2015 at 2:05 PM, Dayue Gao <da...@163.com> wrote:
> 
>> Github is ok. Don't think it's GFW issue because I've tried fetching
>> through a VPN connection. Can anyone else clone git://
>> git.apache.org/incubator-kylin.git ?
>> 
>>> 在 2015年8月6日,下午1:51,hongbin ma <ma...@apache.org> 写道:
>>> 
>>> Is the website github available to you? It seems GFW is blocking your
>> from
>>> fetching, do you have a proxy for git?
>>> 
>>> On Thu, Aug 6, 2015 at 1:47 PM, Dayue Gao <da...@163.com> wrote:
>>> 
>>>> Hi geeks,
>>>> 
>>>> I noticed that I can no longer fetch code from apache git repo, anything
>>>> wrong?
>>>> 
>>>> $ git remote -v
>>>> origin  git://git.apache.org/incubator-kylin.git (fetch)
>>>> origin  git://git.apache.org/incubator-kylin.git (push)
>>>> 
>>>> $ git fetch
>>>> fatal: read error: Connection reset by peer
>>>> 
>>>> Best,
>>>> Dayue
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Regards,
>>> 
>>> *Bin Mahone | 马洪宾*
>>> Apache Kylin: http://kylin.io
>>> Github: https://github.com/binmahone
>> 
>> 
>> 
> 
> 
> -- 
> Regards,
> 
> *Bin Mahone | 马洪宾*
> Apache Kylin: http://kylin.io
> Github: https://github.com/binmahone


Re: Can't fetch code from source repo

Posted by hongbin ma <ma...@apache.org>.
​i thought you're pulling from github.com,,, sorry

as to git.apache.org, i just pushed changes to it, nothing abnormal at my
side.

On Thu, Aug 6, 2015 at 2:05 PM, Dayue Gao <da...@163.com> wrote:

> Github is ok. Don't think it's GFW issue because I've tried fetching
> through a VPN connection. Can anyone else clone git://
> git.apache.org/incubator-kylin.git ?
>
> > 在 2015年8月6日,下午1:51,hongbin ma <ma...@apache.org> 写道:
> >
> > Is the website github available to you? It seems GFW is blocking your
> from
> > fetching, do you have a proxy for git?
> >
> > On Thu, Aug 6, 2015 at 1:47 PM, Dayue Gao <da...@163.com> wrote:
> >
> >> Hi geeks,
> >>
> >> I noticed that I can no longer fetch code from apache git repo, anything
> >> wrong?
> >>
> >> $ git remote -v
> >> origin  git://git.apache.org/incubator-kylin.git (fetch)
> >> origin  git://git.apache.org/incubator-kylin.git (push)
> >>
> >> $ git fetch
> >> fatal: read error: Connection reset by peer
> >>
> >> Best,
> >> Dayue
> >>
> >
> >
> >
> > --
> > Regards,
> >
> > *Bin Mahone | 马洪宾*
> > Apache Kylin: http://kylin.io
> > Github: https://github.com/binmahone
>
>
>


-- 
Regards,

*Bin Mahone | 马洪宾*
Apache Kylin: http://kylin.io
Github: https://github.com/binmahone

Re: Can't fetch code from source repo

Posted by Dayue Gao <da...@163.com>.
Github is ok. Don't think it's GFW issue because I've tried fetching through a VPN connection. Can anyone else clone git://git.apache.org/incubator-kylin.git ?

> 在 2015年8月6日,下午1:51,hongbin ma <ma...@apache.org> 写道:
> 
> Is the website github available to you? It seems GFW is blocking your from
> fetching, do you have a proxy for git?
> 
> On Thu, Aug 6, 2015 at 1:47 PM, Dayue Gao <da...@163.com> wrote:
> 
>> Hi geeks,
>> 
>> I noticed that I can no longer fetch code from apache git repo, anything
>> wrong?
>> 
>> $ git remote -v
>> origin  git://git.apache.org/incubator-kylin.git (fetch)
>> origin  git://git.apache.org/incubator-kylin.git (push)
>> 
>> $ git fetch
>> fatal: read error: Connection reset by peer
>> 
>> Best,
>> Dayue
>> 
> 
> 
> 
> -- 
> Regards,
> 
> *Bin Mahone | 马洪宾*
> Apache Kylin: http://kylin.io
> Github: https://github.com/binmahone



Re: Can't fetch code from source repo

Posted by hongbin ma <ma...@apache.org>.
Is the website github available to you? It seems GFW is blocking your from
fetching, do you have a proxy for git?

On Thu, Aug 6, 2015 at 1:47 PM, Dayue Gao <da...@163.com> wrote:

> Hi geeks,
>
> I noticed that I can no longer fetch code from apache git repo, anything
> wrong?
>
> $ git remote -v
> origin  git://git.apache.org/incubator-kylin.git (fetch)
> origin  git://git.apache.org/incubator-kylin.git (push)
>
> $ git fetch
> fatal: read error: Connection reset by peer
>
> Best,
> Dayue
>



-- 
Regards,

*Bin Mahone | 马洪宾*
Apache Kylin: http://kylin.io
Github: https://github.com/binmahone