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 <[email protected]> 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 <[email protected]> > 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> > > >
