You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Scott Cote <sc...@etcc.com> on 2019/01/17 16:17:09 UTC

ignite git repo

Hello Igniters:

I'm having trouble cloning the git repo.  Want to build from source and maybe make an add on ....

Went to the link:  https://ignite.apache.org/download.cgi#git-repository     to get the "git" url/command
Am issuing the command:   git clone https://git-wip-us.apache.org/repos/asf/ignite

But am getting (gitting???):

$ git clone https://git-wip-us.apache.org/repos/asf/ignite
Cloning into 'ignite'...
fatal: repository 'https://git-wip-us.apache.org/repos/asf/ignite/' not found

Investigating the url and I'm redirected to

https://gitbox.apache.org/repos/asf?p=ignite.git

So how do I clone?  The instructions are off ....

Thanks in advance.

SCott


Re: ignite git repo

Posted by Dmitriy Govorukhin <dm...@gmail.com>.
This link work for me, https://gitbox.apache.org/repos/asf/ignite

чт, 17 янв. 2019 г., 20:03 Scott Cote scote@etcc.com:

> Petr,
>
>
>
> Thank you for your quick reply.
>
>
>
> git clone https://gitbox.apache.org/repos/ignite.git
>
>
>
> 404 on that one ….
>
>
>
> “[image: git] <http://git-scm.com/>projects
> <https://gitbox.apache.org/repos/ignite.git> /
>
>
>
> 404 - No projects found
>
> OPML <https://gitbox.apache.org/repos/ignite.git?a=opml> TXT
> <https://gitbox.apache.org/repos/ignite.git?a=project_index>
>
> “
>
>
>
> I just realized that this is a security outcome ….   Looking at
> gitbox.apache.com, I need an account there.   Can I just clone (for now)
> from a github repo?
>
>
>
> Issuing the command:
>
>
>
> git clone https://github.com/apache/ignite
>
>
>
> yielded what seems like what I want ….
>
>
>
> If I want to give back ….  How do I go about getting (gitting 😊 ) an
> apache id?   I might already have one from some work with Apache Metron
> (not sure). …
>
>
>
> For Apache Metron - was investigating the use of ignite to replace the
> lucene decendents of hot data repos …
>
>
>
> For now – I’m building off of the mirror apache github site ….
>
>
>
> Cheers
>
>
>
> SCott
>
>
>
> *From:* Petr Ivanov <mr...@gmail.com>
> *Sent:* Thursday, January 17, 2019 10:18 AM
> *To:* user@ignite.apache.org
> *Subject:* Re: ignite git repo
>
>
>
> Repository is move to GitBox
>
> Clone command: git clone http://gitbox.apache.org/repos/ignite.git
>
>
>
>
>
>
>
> On 17 Jan 2019, at 19:17, Scott Cote <sc...@etcc.com> wrote:
>
>
>
> Hello Igniters:
>
>
>
> I’m having trouble cloning the git repo.  Want to build from source and
> maybe make an add on ….
>
>
>
> Went to the link:  https://ignite.apache.org/download.cgi#git-repository
> to get the “git” url/command
>
> Am issuing the command:   git clone
> https://git-wip-us.apache.org/repos/asf/ignite
>
>
>
> But am getting (gitting???):
>
>
>
> $ git clone https://git-wip-us.apache.org/repos/asf/ignite
>
> Cloning into 'ignite'...
>
> fatal: repository 'https://git-wip-us.apache.org/repos/asf/ignite/' not
> found
>
>
>
> Investigating the url and I’m redirected to
>
>
>
> https://gitbox.apache.org/repos/asf?p=ignite.git
>
>
>
> So how do I clone?  The instructions are off ….
>
>
>
> Thanks in advance.
>
>
>
> SCott
>
>
>

RE: ignite git repo

Posted by Scott Cote <sc...@etcc.com>.
Petr,

Thank you for your quick reply.

git clone https://gitbox.apache.org/repos/ignite.git

404 on that one ….

“[git]<http://git-scm.com/>projects<https://gitbox.apache.org/repos/ignite.git> /


404 - No projects found
OPML<https://gitbox.apache.org/repos/ignite.git?a=opml> TXT<https://gitbox.apache.org/repos/ignite.git?a=project_index>
“

I just realized that this is a security outcome ….   Looking at gitbox.apache.com, I need an account there.   Can I just clone (for now) from a github repo?

Issuing the command:

git clone https://github.com/apache/ignite

yielded what seems like what I want ….

If I want to give back ….  How do I go about getting (gitting 😊 ) an apache id?   I might already have one from some work with Apache Metron (not sure). …

For Apache Metron - was investigating the use of ignite to replace the lucene decendents of hot data repos …

For now – I’m building off of the mirror apache github site ….

Cheers

SCott

From: Petr Ivanov <mr...@gmail.com>
Sent: Thursday, January 17, 2019 10:18 AM
To: user@ignite.apache.org
Subject: Re: ignite git repo

Repository is move to GitBox
Clone command: git clone http://gitbox.apache.org/repos/ignite.git




On 17 Jan 2019, at 19:17, Scott Cote <sc...@etcc.com>> wrote:

Hello Igniters:

I’m having trouble cloning the git repo.  Want to build from source and maybe make an add on ….

Went to the link:  https://ignite.apache.org/download.cgi#git-repository     to get the “git” url/command
Am issuing the command:   git clone https://git-wip-us.apache.org/repos/asf/ignite

But am getting (gitting???):

$ git clone https://git-wip-us.apache.org/repos/asf/ignite
Cloning into 'ignite'...
fatal: repository 'https://git-wip-us.apache.org/repos/asf/ignite/' not found

Investigating the url and I’m redirected to

https://gitbox.apache.org/repos/asf?p=ignite.git

So how do I clone?  The instructions are off ….

Thanks in advance.

SCott


Re: ignite git repo

Posted by Petr Ivanov <mr...@gmail.com>.
Repository is move to GitBox
Clone command: git clone http://gitbox.apache.org/repos/ignite.git



> On 17 Jan 2019, at 19:17, Scott Cote <sc...@etcc.com> wrote:
> 
> Hello Igniters:
>  
> I’m having trouble cloning the git repo.  Want to build from source and maybe make an add on ….
>  
> Went to the link:  https://ignite.apache.org/download.cgi#git-repository <https://ignite.apache.org/download.cgi#git-repository>     to get the “git” url/command
> Am issuing the command:   git clone https://git-wip-us.apache.org/repos/asf/ignite <https://git-wip-us.apache.org/repos/asf/ignite>
>  
> But am getting (gitting???):
>  
> $ git clone https://git-wip-us.apache.org/repos/asf/ignite <https://git-wip-us.apache.org/repos/asf/ignite>
> Cloning into 'ignite'...
> fatal: repository 'https://git-wip-us.apache.org/repos/asf/ignite/ <https://git-wip-us.apache.org/repos/asf/ignite/>' not found
>  
> Investigating the url and I’m redirected to 
>  
> https://gitbox.apache.org/repos/asf?p=ignite.git <https://gitbox.apache.org/repos/asf?p=ignite.git>
>  
> So how do I clone?  The instructions are off ….
>  
> Thanks in advance.
>  
> SCott