That worked - thank you!
On 9/1/17 4:18 PM, Jacob Barrett wrote:
Have you registered your github account with Apache’s directory? Log into the
Apache ID portal and add your github. You’ll have access after the next sync.
On Sep 1, 2017, at 4:16 PM, Bruce Schuchardt <bschucha...@pivotal.io> wrote:
I am unable to push to the github repo
git push origin develop
ERROR: Permission to apache/geode.git denied to bschuchardt.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git remote -v
origin ssh://g...@github.com/apache/geode.git (fetch)
origin ssh://g...@github.com/apache/geode.git (push)
On 9/1/17 3:51 PM, Jacob Barrett wrote:
Gitbox is the mirror now, github is the authoritative now.
On Sep 1, 2017, at 2:48 PM, Bruce Schuchardt <bschucha...@pivotal.io> wrote:
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?