People might want to read through: http://help.github.com/mac-set-up-git/ http://help.github.com/win-set-up-git/ http://help.github.com/linux-set-up-git/
That explains adding the SSH keys to github (better than passwords), and configuring your local git to use your github credentials, e.g. git config --global github.user username git config --global github.token 0123456789yourf0123456789token On 16 November 2011 17:42, Mark Goodrich <[email protected]> wrote: > Though, interestingly, my commits were marked as being authored by > “unknown”:**** > > ** ** > > https://github.com/OpenMRS/openmrs-module-htmlformentry/commits/master**** > > ** ** > > It looks like I need to configure Git GUI with my username and email > address. I don’t know if this is configuration that needs to be done with > the command-line Git interface, but, if it is, we should probably add this > to the wiki.**** > > ** ** > > Thanks,**** > > Mark**** > > ** ** > > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Burke > Mamlin > *Sent:* Tuesday, November 15, 2011 6:18 PM > > *To:* [email protected] > *Subject:* Re: [OPENMRS-DEV] can't push to github**** > > ** ** > > ok. you can try again. I added mogoodrich to the module's team.**** > > ** ** > > -burke**** > > On Tue, Nov 15, 2011 at 5:42 PM, Mark Goodrich <[email protected]> wrote:* > *** > > It is my username—mogoodrich**** > > **** > > Thanks,**** > > Mark**** > > **** > > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Burke > Mamlin > *Sent:* Tuesday, November 15, 2011 5:16 PM > *To:* [email protected] > *Subject:* Re: [OPENMRS-DEV] can't push to github**** > > **** > > Mark,**** > > **** > > What's user github username? It may be a permissions issue.**** > > **** > > -Burke**** > > On Tue, Nov 15, 2011 at 3:28 PM, Mark Goodrich <[email protected]> wrote:* > *** > > I just tried to push some changes I made to htmlformentry to github using > the Git GUI. I get the follow error: > > Pushing to https://github.com/OpenMRS/openmrs-module-htmlformentry > error: The requested URL returned error: 403 while accessing > https://github.com/OpenMRS/openmrs-module-htmlformentry/info/refs > fatal: HTTP request failed > > Any suggestions? Should I not be using https? > > Thanks, > > Mark > > _________________________________________ > > To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to > [email protected] with "SIGNOFF openmrs-devel-l" in the body > (not the subject) of your e-mail. > > [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]**** > > **** > ------------------------------ > > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list > **** > > ** ** > ------------------------------ > > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list > **** > -- *Rowan Seymour* tel: +250 783835665 http://twitter.com/rowanseymour _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

