TL;DR - Remove references to https://git-wip-us.apache.org/repos/asf/geode.git and replace/add ssh:// [email protected]/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://[email protected]/apache/geode.git This adds github as a read/write remote. --Jens On Fri, Sep 1, 2017 at 2:31 PM, Jens Deppe <[email protected]> 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 <[email protected]> > 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? >> > >
