Re: How gitbox works

2017-09-18 Thread Jacob Barrett
Mine are too. It's "normal". On Mon, Sep 18, 2017 at 1:20 PM Kirk Lund wrote: > After 30 minutes, my MFA box went green (note: I had already enabled > two-factor auth on github a long time ago) and all of the following > appeared together. You would think that it might be desirable for the page

Re: How gitbox works

2017-09-18 Thread Kirk Lund
After 30 minutes, my MFA box went green (note: I had already enabled two-factor auth on github a long time ago) and all of the following appeared together. You would think that it might be desirable for the page to show "NOTE: Account linking happens every 30 minutes, be patient!" while you're wait

Re: How gitbox works

2017-09-18 Thread Jared Stewart
Https://github.com/apache is where I had to accept the invite and get the third box green. I didn't seem to get an email invite either. - Jared On Sep 18, 2017 12:51 PM, "Kirk Lund" wrote: If I navigate to https://github.com/apache, I see the following at the top with a button to "View invitati

Re: How gitbox works

2017-09-18 Thread Kirk Lund
Third box on https://gitbox.apache.org/setup/ still isn't GREEN. On Mon, Sep 18, 2017 at 12:51 PM, Kirk Lund wrote: > If I navigate to https://github.com/apache, I see the following at the > top with a button to "View invitation" and accept: > > asfgit invited you to

Re: How gitbox works

2017-09-18 Thread Kirk Lund
If I navigate to https://github.com/apache, I see the following at the top with a button to "View invitation" and accept: asfgit invited you to join the The Apache Software Foundation organization on Mar 7, 2016. Is this the expected invitation that I need to accept?!

Re: How gitbox works

2017-09-18 Thread Mark Bretl
The third check is the multi-factor authentication for your GitHub account. To set up MFA on GitHub, see https://github.com/blog/1614-two-factor-authentication. After setting up TFA on GitHub, recheck the Gitbox setup page. --Mark On Mon, Sep 18, 2017 at 12:43 PM, Kirk Lund wrote: > #3 is not

Re: How gitbox works

2017-09-18 Thread Kirk Lund
#3 is not GREEN, however I already have my github account listed on my Apache account: Your GitHub Username: kirklund So, what's missing or do I need to contact INFRA? Thanks, Kirk On Mon, Sep 18, 2017 at 12:38 PM, Mark Bretl wrote: > Hi Kirk, > > I would go to the GitBox account linking util

Re: How gitbox works

2017-09-18 Thread Mark Bretl
Hi Kirk, I would go to the GitBox account linking utility page at https://gitbox.apache.org/setup/ and verify all three steps are green. If they are green, then probably need to contact INFRA to figure out the issue with your account. --Mark On Mon, Sep 18, 2017 at 10:13 AM, Kirk Lund wrote: >

Re: How gitbox works

2017-09-18 Thread Kirk Lund
PS: If I had known the switchover to github would be this messy I would have voted against it. On Mon, Sep 18, 2017 at 10:12 AM, Kirk Lund wrote: > Yeah, I followed all of the directions shared by Jens and Bruce. I also > had my github account added to my Apache account for the last 2-3 years. >

Re: How gitbox works

2017-09-18 Thread Kirk Lund
Yeah, I followed all of the directions shared by Jens and Bruce. I also had my github account added to my Apache account for the last 2-3 years. Apparently the switchover to gitbox removed by commit permission. /Users/klund/dev/geode [525]$ git push ERROR: Permission to apache/geode.git denied to

Re: How gitbox works

2017-09-18 Thread Kirk Lund
Apparently I no longer have commit access. Anyone know who/how I get access restored? Thanks, Kirk On Mon, Sep 18, 2017 at 9:49 AM, Jacob Barrett wrote: > GitBox is just a fancy name Apache has given to their service that allows > us to use GitHub as the source of authority for our Git repo. Ev

Re: How gitbox works

2017-09-18 Thread Jacob Barrett
GitBox is just a fancy name Apache has given to their service that allows us to use GitHub as the source of authority for our Git repo. Everything is done on GitHub using the GitHub processes. Anyone with write access to GitHub can merge a PR. The PR can be merged from the PR GitHub website.