Re: git repo is gone

2017-09-05 Thread Bruce Schuchardt
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 wrote: I am unable to pu

Re: git repo is gone

2017-09-01 Thread Jacob Barrett
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 wrote: > > I am unable to push to the github repo > > > git push origin develop > ERROR: P

Re: git repo is gone

2017-09-01 Thread Bruce Schuchardt
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

Re: git repo is gone

2017-09-01 Thread Jens Deppe
I'm going to update our Jenkins nightly builds to point at the github repo. --Jens On Fri, Sep 1, 2017 at 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 > wrote: > > > > So we go directly to github n

Re: git repo is gone

2017-09-01 Thread Jacob Barrett
Gitbox is the mirror now, github is the authoritative now. > On Sep 1, 2017, at 2:48 PM, Bruce Schuchardt 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: >

Re: git repo is gone

2017-09-01 Thread Bruce Schuchardt
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

Re: git repo is gone

2017-09-01 Thread Michael William Dodge
Can non-committers use the ssh protocol, too? Sarge > On 1 Sep, 2017, at 14:37, 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:

Re: git repo is gone

2017-09-01 Thread Jens Deppe
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.apach

Re: git repo is gone

2017-09-01 Thread Galen O'Sullivan
It looks like it's moved. If you go to the URL in a browser it will give you a hint. This command should work to update your remote: git remote set-url https://gitbox.apache.org/repos/asf/geode.git running `git remote -v` after should confirm the change. On Fri, Sep 1, 2017 at 2:30 PM, Bruce S

Re: git repo is gone

2017-09-01 Thread Jens Deppe
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 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

git repo is gone

2017-09-01 Thread Bruce Schuchardt
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?