You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Mack Hendricks <mh...@hortonworks.com> on 2015/08/18 17:58:08 UTC

Getting the Source

The quick start guide<http://ranger.incubator.apache.org/quick_start_guide.html> states to use:

git clone git://git.apache.org/incubator-ranger.git

But, that gives me an error, but it look like using

https://github.com/apache/incubator-ranger

Works…is this the way to go?


Mack Hendricks Solutions Engineer, Hortonworks
Mobile: 947-517-6566
Email: mhendricks@hortonworks.com<ma...@hortonworks.com>
Website: http://www.hortonworks.com/



Re: Getting the Source

Posted by Selvamohan Neethiraj <sn...@apache.org>.
This seems to be an intermittent issue Š..

I tried couple of time and got the following failure Š

$ git clone git://git.apache.org/incubator-ranger.git

Cloning into 'incubator-ranger'...

fatal: read error: Connection reset by peer



But, later on, it started working Š



$ git clone git://git.apache.org/incubator-ranger.git

Cloning into 'incubator-ranger'...

remote: warning: unable to access '/home/asf999/.config/git/attributes':
Permission denied

remote: Counting objects: 25518, done.

remote: Compressing objects: 100% (11264/11264), done.

remote: Total 25518 (delta 13279), reused 17916 (delta 8735)

Receiving objects: 100% (25518/25518), 65.03 MiB | 9.93 MiB/s, done.

Resolving deltas: 100% (13279/13279), done.

Checking connectivity... Done.



If you are having consistent error, we can fix the document to use https url
instead of git url.



Thanks,

Selva-



From:  Mack Hendricks <mh...@hortonworks.com>
Reply-To:  "dev@ranger.incubator.apache.org"
<de...@ranger.incubator.apache.org>
Date:  Tuesday, August 18, 2015 at 11:58 AM
To:  "dev@ranger.incubator.apache.org" <de...@ranger.incubator.apache.org>
Subject:  Getting the Source

The quick start 
guide<http://ranger.incubator.apache.org/quick_start_guide.html> states to
use:

git clone git://git.apache.org/incubator-ranger.git

But, that gives me an error, but it look like using

https://github.com/apache/incubator-ranger

WorksŠis this the way to go?


Mack Hendricks Solutions Engineer, Hortonworks
Mobile: 947-517-6566
Email: mhendricks@hortonworks.com<ma...@hortonworks.com>
Website: http://www.hortonworks.com/






Re: Getting the Source

Posted by Alok Lal <al...@hortonworks.com>.
The main url <git://git.apache.org/incubator-ranger.git> is often down.  And alternate is to try git@github.com:apache/incubator-ranger.git.  Your proposal to use the github mirror works, too https://github.com/apache/incubator-ranger




On 8/18/15, 8:58 AM, "Mack Hendricks" <mh...@hortonworks.com> wrote:

>The quick start guide<http://ranger.incubator.apache.org/quick_start_guide.html> states to use:
>
>git clone git://git.apache.org/incubator-ranger.git
>
>But, that gives me an error, but it look like using
>
>https://github.com/apache/incubator-ranger
>
>Works…is this the way to go?
>
>
>Mack Hendricks Solutions Engineer, Hortonworks
>Mobile: 947-517-6566
>Email: mhendricks@hortonworks.com<ma...@hortonworks.com>
>Website: http://www.hortonworks.com/
>
>