yep will do so now. Left the task after I couldn’t commit was happy to be able to commit and planned to come back to it.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: <sa3r...@gmail.com> on behalf of Sam Ruby <ru...@intertwingly.net> Date: Saturday, January 2, 2016 at 7:44 AM To: jpluser <chris.a.mattm...@jpl.nasa.gov> Cc: "dev@whimsical.apache.org" <dev@whimsical.apache.org> Subject: README in markdown format >Do you plan to clean this up? > >Comparing: > >https://github.com/apache/whimsy/blob/27f46f47208f187eddc12db429292bbb0d19 >9017/README >https://github.com/apache/whimsy/blob/76cfeee6b0b9429ac68383d3dd0d64a61115 >72d1/README.md > >What was section headings is now bulleted items with a row of >asterisks, and some of the formatting (for example 4b) is less >readable. > >To be clear: I'm fine with the overall approach of converting to >markdown as it has more potential to produce readable and usable >instructions; I'm also pleased to see someone other than me committing >:-). > >- Sam Ruby > >On Mon, Dec 28, 2015 at 10:25 PM, Mattmann, Chris A (3980) ><chris.a.mattm...@jpl.nasa.gov> wrote: >> It worked! >> >> [chipotle:~/git/whimsy] mattmann% git push -u origin master >> Username for 'https://github.com': chrismattmann >> Password for 'https://chrismattm...@github.com': >> Counting objects: 3, done. >> Delta compression using up to 4 threads. >> Compressing objects: 100% (2/2), done. >> Writing objects: 100% (2/2), 246 bytes | 0 bytes/s, done. >> Total 2 (delta 1), reused 0 (delta 0) >> To https://github.com/apache/whimsy.git >> 27f46f4..76cfeee master -> master >> Branch master set up to track remote branch master from origin. >> [chipotle:~/git/whimsy] mattmann% >> >> Yay! >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> Chris Mattmann, Ph.D. >> Chief Architect >> Instrument Software and Science Data Systems Section (398) >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >> Office: 168-519, Mailstop: 168-527 >> Email: chris.a.mattm...@nasa.gov >> WWW: http://sunset.usc.edu/~mattmann/ >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> Adjunct Associate Professor, Computer Science Department >> University of Southern California, Los Angeles, CA 90089 USA >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> >> >> >> >> >> -----Original Message----- >> From: "humbed...@gmail.com" <humbed...@gmail.com> >> Reply-To: "dev@whimsical.apache.org" <dev@whimsical.apache.org> >> Date: Saturday, December 26, 2015 at 12:16 PM >> To: "dev@whimsical.apache.org" <dev@whimsical.apache.org> >> Subject: Re: matt.a.o says I'm all set for Github but Github disagrees >> >>>And thus done :) >>> >>>On 2015-12-26 19:24, Chris Mattmann <mattm...@apache.org> wrote: >>>> thanks DG. >>>> >>>> Happy to be added manual (GH username: chrismattmann) until then. >>>> >>>> Cheers, >>>> Chris >>>> >>>> >>>> >>>> -----Original Message----- >>>> From: Daniel Gruno <humbed...@apache.org> >>>> Reply-To: "dev@whimsical.apache.org" <dev@whimsical.apache.org> >>>> Date: Saturday, December 26, 2015 at 10:22 AM >>>> To: Sam Ruby <ru...@intertwingly.net>, "dev@whimsical.apache.org" >>>> <dev@whimsical.apache.org> >>>> Subject: Re: matt.a.o says I'm all set for Github but Github disagrees >>>> >>>> >Not quite yet, sadly - we need to reorg everything on github before >>>>it >>>> >will allow us to automatically add people. All the inner workings to >>>>do >>>> >so is in place, but we need to flip some very big switches there >>>>before >>>> >it can work. I can add you manually, or you can wait til around the >>>> >first week of January where we should have everything in place for >>>>the >>>> >automatic switch. >>>> > >>>> >With regards, >>>> >Daniel. >>>> > >>>> >On 12/26/2015 06:34 PM, Sam Ruby wrote: >>>> >> On Sat, Dec 26, 2015 at 12:23 PM, Chris Mattmann >>>><mattm...@apache.org> >>>> >>wrote: >>>> >>> Thanks Sam, I went ahead and updated id.apache.org with my >>>> >>> >>>> >>> Github username. Daniel, you see anything else I did wrong? :) >>>> >> >>>> >> Just to be clear (and I could be wrong), but my understanding is >>>>that >>>> >> that should have been set by Matt. But you are essentially the >>>>first >>>> >> person trying out this process (I was partially set up prior to >>>>Matt >>>> >> being brought online), so there may be bugs to iron out. >>>> >> >>>> >> - Sam Ruby >>>> >> >>>> >>> -----Original Message----- >>>> >>> From: <sa3r...@gmail.com> on behalf of Sam Ruby >>>> >>><ru...@intertwingly.net> >>>> >>> Reply-To: "dev@whimsical.apache.org" <dev@whimsical.apache.org> >>>> >>> Date: Saturday, December 26, 2015 at 9:22 AM >>>> >>> To: "dev@whimsical.apache.org" <dev@whimsical.apache.org> >>>> >>> Cc: Daniel Gruno <humbed...@apache.org> >>>> >>> Subject: Re: matt.a.o says I'm all set for Github but Github >>>>disagrees >>>> >>> >>>> >>>> On Sat, Dec 26, 2015 at 11:41 AM, Mattmann, Chris A (3980) >>>> >>>> <chris.a.mattm...@jpl.nasa.gov> wrote: >>>> >>>>> Hey All, >>>> >>>>> >>>> >>>>> Happy Holidays. I just converted our README file to markdown and >>>> >>>>> am trying to commit it via Github first. I finished all 3 steps >>>>on >>>> >>>>> matt.a.o, set up 2FA on Github, generated a personal access >>>>token, >>>> >>>>> etc etc. >>>> >>>>> >>>> >>>>> I go to commit: >>>> >>>>> >>>> >>>>> [chipotle:~/git/whimsy] mattmann% git push -u origin master >>>> >>>>> Username for 'https://github.com': chrismattmann >>>> >>>>> Password for 'https://chrismattm...@github.com': >>>> >>>>> remote: Permission to apache/whimsy.git denied to chrismattmann. >>>> >>>>> fatal: unable to access 'https://github.com/apache/whimsy.git/': >>>>The >>>> >>>>> requested URL returned error: 403 >>>> >>>>> [chipotle:~/git/whimsy] mattmann% >>>> >>>>> >>>> >>>>> Thoughts? >>>> >>>> >>>> >>>> I'm not clear on all of the details, you probably need to has >>>>Daniel >>>> >>>> (copied). But what I do notice is that your githubUsername is >>>>not >>>> >>>> present in LDAP (you can see this by going to >>>>https://id.apache.org/). >>>> >>>> >>>> >>>>> Cheers, >>>> >>>>> Chris >>>> >>>> >>>> >>>> - Sam Ruby >>>> >>> >>>> >>> >>>> > >>>> >>>> >>>> >>>------ >>>Sent via Pony Mail for dev@whimsical.apache.org. >>>View this email online at: >>>https://pony-poc.apache.org/list.html?dev@whimsical.apache.org >>