You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Jonathan Natkins <na...@streamsets.com> on 2014/12/11 02:37:03 UTC

Hello / question about cloning repos

Hi folks,

I was interested in playing around with NiFi a bit, but when I tried to
clone the repo I got some errors...not sure if this is an infra problem or
just a me problem. Did I pull the repo from the wrong place?

Natty$ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
Cloning into 'incubator-nifi'...
fatal: unable to access '
http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The requested
URL returned error: 502

Thanks!
Natty

Jonathan "Natty" Natkins
StreamSets | Customer Engagement Engineer
mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>

Re: Hello / question about cloning repos

Posted by Jonathan Natkins <na...@streamsets.com>.
Aha. Thanks!

Jonathan "Natty" Natkins
StreamSets | Customer Engagement Engineer
mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>


On Wed, Dec 10, 2014 at 5:44 PM, Sean Busbey <bu...@cloudera.com> wrote:

> Infra is having an issue:
>
> https://twitter.com/infrabot/status/542829293240217600
>
> --
> Sean
> On Dec 10, 2014 7:38 PM, "Jonathan Natkins" <na...@streamsets.com> wrote:
>
> > Hi folks,
> >
> > I was interested in playing around with NiFi a bit, but when I tried to
> > clone the repo I got some errors...not sure if this is an infra problem
> or
> > just a me problem. Did I pull the repo from the wrong place?
> >
> > Natty$ git clone
> http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> > Cloning into 'incubator-nifi'...
> > fatal: unable to access '
> > http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The
> requested
> > URL returned error: 502
> >
> > Thanks!
> > Natty
> >
> > Jonathan "Natty" Natkins
> > StreamSets | Customer Engagement Engineer
> > mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>
> >
>

Re: Hello / question about cloning repos

Posted by Sean Busbey <bu...@cloudera.com>.
Infra is having an issue:

https://twitter.com/infrabot/status/542829293240217600

-- 
Sean
On Dec 10, 2014 7:38 PM, "Jonathan Natkins" <na...@streamsets.com> wrote:

> Hi folks,
>
> I was interested in playing around with NiFi a bit, but when I tried to
> clone the repo I got some errors...not sure if this is an infra problem or
> just a me problem. Did I pull the repo from the wrong place?
>
> Natty$ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> Cloning into 'incubator-nifi'...
> fatal: unable to access '
> http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The requested
> URL returned error: 502
>
> Thanks!
> Natty
>
> Jonathan "Natty" Natkins
> StreamSets | Customer Engagement Engineer
> mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>
>

Re: Hello / question about cloning repos

Posted by Tony Kurc <tr...@gmail.com>.
What version of git are you using?

On Wed, Dec 10, 2014 at 8:37 PM, Jonathan Natkins <na...@streamsets.com>
wrote:

> Hi folks,
>
> I was interested in playing around with NiFi a bit, but when I tried to
> clone the repo I got some errors...not sure if this is an infra problem or
> just a me problem. Did I pull the repo from the wrong place?
>
> Natty$ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> Cloning into 'incubator-nifi'...
> fatal: unable to access '
> http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The requested
> URL returned error: 502
>
> Thanks!
> Natty
>
> Jonathan "Natty" Natkins
> StreamSets | Customer Engagement Engineer
> mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>
>

Re: Hello / question about cloning repos

Posted by Jonathan Natkins <na...@streamsets.com>.
Seems to be back now. Just managed to clone the repo successfully. Thanks
for the replies, everybody!

Jonathan "Natty" Natkins
StreamSets | Customer Engagement Engineer
mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>


On Wed, Dec 10, 2014 at 5:46 PM, Tony Kurc <tr...@gmail.com> wrote:

> tkurc@avila:~/development/q$  git clone
> http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> Cloning into 'incubator-nifi'...
> remote: Counting objects: 4158, done.
> remote: Compressing objects: 100% (2060/2060), done.
> remote: Total 4158 (delta 1611), reused 3504 (delta 1289)
> Receiving objects: 100% (4158/4158), 9.65 MiB | 3.55 MiB/s, done.
> Resolving deltas: 100% (1611/1611), done.
> Checking connectivity... done.
>
> tkurc@avila:~/development/q$ git --version
> git version 1.9.1
>
>
> On Wed, Dec 10, 2014 at 8:44 PM, Joe Witt <jo...@gmail.com> wrote:
>
> > Hello Natty
> >
> > I'm not quite sure what is happening with http but I get the same result:
> >
> > $ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> > nifi-git
> > Initialized empty Git repository in /tmp/nifi-git/.git/
> > error: RPC failed; result=22, HTTP code = 405
> >
> > But, if you simply do https perhaps you'll be good to go:
> > $ git clone https://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> > nifi-git
> > Initialized empty Git repository in /tmp/nifi-git/.git/
> > remote: Counting objects: 4158, done.
> > remote: Compressing objects: 100% (2060/2060), done.
> > remote: Total 4158 (delta 1613), reused 3504 (delta 1289)
> > Receiving objects: 100% (4158/4158), 9.65 MiB | 2.78 MiB/s, done.
> > Resolving deltas: 100% (1613/1613), done.
> >
> > Please try that and let us know if you're good to go.
> >
> > Thanks
> > Joe
> >
> >
> > On Wed, Dec 10, 2014 at 8:37 PM, Jonathan Natkins <na...@streamsets.com>
> > wrote:
> >
> > > Hi folks,
> > >
> > > I was interested in playing around with NiFi a bit, but when I tried to
> > > clone the repo I got some errors...not sure if this is an infra problem
> > or
> > > just a me problem. Did I pull the repo from the wrong place?
> > >
> > > Natty$ git clone
> > http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> > > Cloning into 'incubator-nifi'...
> > > fatal: unable to access '
> > > http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The
> > requested
> > > URL returned error: 502
> > >
> > > Thanks!
> > > Natty
> > >
> > > Jonathan "Natty" Natkins
> > > StreamSets | Customer Engagement Engineer
> > > mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>
> > >
> >
>

Re: Hello / question about cloning repos

Posted by Tony Kurc <tr...@gmail.com>.
tkurc@avila:~/development/q$  git clone
http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
Cloning into 'incubator-nifi'...
remote: Counting objects: 4158, done.
remote: Compressing objects: 100% (2060/2060), done.
remote: Total 4158 (delta 1611), reused 3504 (delta 1289)
Receiving objects: 100% (4158/4158), 9.65 MiB | 3.55 MiB/s, done.
Resolving deltas: 100% (1611/1611), done.
Checking connectivity... done.

tkurc@avila:~/development/q$ git --version
git version 1.9.1


On Wed, Dec 10, 2014 at 8:44 PM, Joe Witt <jo...@gmail.com> wrote:

> Hello Natty
>
> I'm not quite sure what is happening with http but I get the same result:
>
> $ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> nifi-git
> Initialized empty Git repository in /tmp/nifi-git/.git/
> error: RPC failed; result=22, HTTP code = 405
>
> But, if you simply do https perhaps you'll be good to go:
> $ git clone https://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> nifi-git
> Initialized empty Git repository in /tmp/nifi-git/.git/
> remote: Counting objects: 4158, done.
> remote: Compressing objects: 100% (2060/2060), done.
> remote: Total 4158 (delta 1613), reused 3504 (delta 1289)
> Receiving objects: 100% (4158/4158), 9.65 MiB | 2.78 MiB/s, done.
> Resolving deltas: 100% (1613/1613), done.
>
> Please try that and let us know if you're good to go.
>
> Thanks
> Joe
>
>
> On Wed, Dec 10, 2014 at 8:37 PM, Jonathan Natkins <na...@streamsets.com>
> wrote:
>
> > Hi folks,
> >
> > I was interested in playing around with NiFi a bit, but when I tried to
> > clone the repo I got some errors...not sure if this is an infra problem
> or
> > just a me problem. Did I pull the repo from the wrong place?
> >
> > Natty$ git clone
> http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> > Cloning into 'incubator-nifi'...
> > fatal: unable to access '
> > http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The
> requested
> > URL returned error: 502
> >
> > Thanks!
> > Natty
> >
> > Jonathan "Natty" Natkins
> > StreamSets | Customer Engagement Engineer
> > mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>
> >
>

Re: Hello / question about cloning repos

Posted by Joe Witt <jo...@gmail.com>.
Hello Natty

I'm not quite sure what is happening with http but I get the same result:

$ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
nifi-git
Initialized empty Git repository in /tmp/nifi-git/.git/
error: RPC failed; result=22, HTTP code = 405

But, if you simply do https perhaps you'll be good to go:
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-nifi.git
nifi-git
Initialized empty Git repository in /tmp/nifi-git/.git/
remote: Counting objects: 4158, done.
remote: Compressing objects: 100% (2060/2060), done.
remote: Total 4158 (delta 1613), reused 3504 (delta 1289)
Receiving objects: 100% (4158/4158), 9.65 MiB | 2.78 MiB/s, done.
Resolving deltas: 100% (1613/1613), done.

Please try that and let us know if you're good to go.

Thanks
Joe


On Wed, Dec 10, 2014 at 8:37 PM, Jonathan Natkins <na...@streamsets.com>
wrote:

> Hi folks,
>
> I was interested in playing around with NiFi a bit, but when I tried to
> clone the repo I got some errors...not sure if this is an infra problem or
> just a me problem. Did I pull the repo from the wrong place?
>
> Natty$ git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git
> Cloning into 'incubator-nifi'...
> fatal: unable to access '
> http://git-wip-us.apache.org/repos/asf/incubator-nifi.git/': The requested
> URL returned error: 502
>
> Thanks!
> Natty
>
> Jonathan "Natty" Natkins
> StreamSets | Customer Engagement Engineer
> mobile: 609.577.1600 | linkedin <http://www.linkedin.com/in/nattyice>
>