So we go directly to github now?  Not gitbox.apache.org?

I'm able to clone this: https://gitbox.apache.org/repos/asf/geode.git


On 9/1/17 2:37 PM, Jens Deppe wrote:
TL;DR - Remove references to
https://git-wip-us.apache.org/repos/asf/geode.git and replace/add ssh://
g...@github.com/apache/geode.git

In my environment this is what I had for remotes:

$ git remote -v
apache https://git-wip-us.apache.org/repos/asf/geode.git (fetch)
apache https://git-wip-us.apache.org/repos/asf/geode.git (push)
origin http://github.com/apache/geode.git (fetch)
origin http://github.com/apache/geode.git (push)

Then I did:

$ git remote remove apache
$ git remote set-url origin ssh://g...@github.com/apache/geode.git

This adds github as a read/write remote.

--Jens

On Fri, Sep 1, 2017 at 2:31 PM, Jens Deppe <jde...@pivotal.io> wrote:

I believe it is. Just looking to see how/what we're supposed to use now.

--Jens

On Fri, Sep 1, 2017 at 2:30 PM, Bruce Schuchardt <bschucha...@pivotal.io>
wrote:

I'm not able to access the Apache repo anymore

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

Is this part of the gitbox migration?



Reply via email to