unsubscribe On Thu, Oct 30, 2014 at 7:48 PM, < [email protected]> wrote:
> Send Discuss mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Discuss digest..." > > > Today's Topics: > > 1. Git problems on Mac OS X 10.8 (Greg Wilson) > 2. Re: Git problems on Mac OS X 10.8 (Matt Davis) > 3. Re: Git problems on Mac OS X 10.8 (Greg Wilson) > 4. Re: Git problems on Mac OS X 10.8 (Carol Willing) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 30 Oct 2014 19:15:19 -0400 > From: Greg Wilson <[email protected]> > To: Software Carpentry Discussion > <[email protected]> > Subject: [Discuss] Git problems on Mac OS X 10.8 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8; format=flowed > > Hi, > > We had another couple of students run into "Git doesn't run on Mac OS X > 10.8" problems today - as with the workshop in Toronto at the beginning > of the month, 'git --version' works fine, but anything beyond that (such > as 'git init .') fails because of a symbol binding problem (missing > symbol is strlcpy_chk, for those who care). The furthest we got then was: > > > http://stackoverflow.com/questions/22920497/git-mountain-lion-dyld-lazy-symbol-binding-failed-symbol-not-found-str > > Does anyone have an advance on this? I'd like to be able to get them > back on track tomorrow morning if I can... > > Thanks, > Greg > > -- > Greg Wilson > Software Carpentry | http://www.software-carpentry.org/ > > > > > ------------------------------ > > Message: 2 > Date: Thu, 30 Oct 2014 16:21:30 -0700 > From: Matt Davis <[email protected]> > To: Greg Wilson <[email protected]> > Cc: Software Carpentry Discussion > <[email protected]> > Subject: Re: [Discuss] Git problems on Mac OS X 10.8 > Message-ID: > < > camqnrzpndpu81h9yg+5tu4c6b6kwdkvvhf4rfazhjvatqkn...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Looks like most of the advice comes down to "install a different Git". > > You could track down an older installer for Macs, install GitHub for Mac ( > https://mac.github.com/), or install the command line tools, either via > XCode or by downloading just the command line tools from Apple's developer > site (for which you have to register for a free Apple developer account). > If, for some reason, folks are already using Homebrew it can also install > Git. > > If you try GitHub for Mac I don't know to where that installs Git. > > - Matt > > On Thu, Oct 30, 2014 at 4:15 PM, Greg Wilson < > [email protected]> wrote: > > > Hi, > > > > We had another couple of students run into "Git doesn't run on Mac OS X > > 10.8" problems today - as with the workshop in Toronto at the beginning > of > > the month, 'git --version' works fine, but anything beyond that (such as > > 'git init .') fails because of a symbol binding problem (missing symbol > is > > strlcpy_chk, for those who care). The furthest we got then was: > > > > http://stackoverflow.com/questions/22920497/git-mountain-lion-dyld-lazy- > > symbol-binding-failed-symbol-not-found-str > > > > Does anyone have an advance on this? I'd like to be able to get them > back > > on track tomorrow morning if I can... > > > > Thanks, > > Greg > > > > -- > > Greg Wilson > > Software Carpentry | http://www.software-carpentry.org/ > > > > > > _______________________________________________ > > Discuss mailing list > > [email protected] > > http://lists.software-carpentry.org/mailman/listinfo/discuss_lists. > > software-carpentry.org > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.software-carpentry.org/pipermail/discuss_lists.software-carpentry.org/attachments/20141030/ddcbb015/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Thu, 30 Oct 2014 19:25:36 -0400 > From: Greg Wilson <[email protected]> > To: Matt Davis <[email protected]> > Cc: Software Carpentry Discussion > <[email protected]> > Subject: Re: [Discuss] Git problems on Mac OS X 10.8 > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8"; Format="flowed" > > We tried older versions of Git when this came up three weeks ago; didn't > help. I'll try GitHub for Mac tomorrow - don't think the students have > Homebrew. > Thx, > G > > On 2014-10-30 7:21 PM, Matt Davis wrote: > > Looks like most of the advice comes down to "install a different Git". > > > > You could track down an older installer for Macs, install GitHub for > > Mac (https://mac.github.com/), or install the command line tools, > > either via XCode or by downloading just the command line tools from > > Apple's developer site (for which you have to register for a free > > Apple developer account). If, for some reason, folks are already using > > Homebrew it can also install Git. > > > > If you try GitHub for Mac I don't know to where that installs Git. > > > > - Matt > > > > On Thu, Oct 30, 2014 at 4:15 PM, Greg Wilson > > <[email protected] > > <mailto:[email protected]>> wrote: > > > > Hi, > > > > We had another couple of students run into "Git doesn't run on Mac > > OS X 10.8" problems today - as with the workshop in Toronto at the > > beginning of the month, 'git --version' works fine, but anything > > beyond that (such as 'git init .') fails because of a symbol > > binding problem (missing symbol is strlcpy_chk, for those who > > care). The furthest we got then was: > > > > > http://stackoverflow.com/questions/22920497/git-mountain-lion-dyld-lazy-symbol-binding-failed-symbol-not-found-str > > > > Does anyone have an advance on this? I'd like to be able to get > > them back on track tomorrow morning if I can... > > > > Thanks, > > Greg > > > > -- > > Greg Wilson > > Software Carpentry | http://www.software-carpentry.org/ > > > > > > _______________________________________________ > > Discuss mailing list > > [email protected] > > <mailto:[email protected]> > > > http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org > > > > > > > -- > Greg Wilson > Software Carpentry | http://www.software-carpentry.org/ > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.software-carpentry.org/pipermail/discuss_lists.software-carpentry.org/attachments/20141030/af56b021/attachment-0001.html > > > > ------------------------------ > > Message: 4 > Date: Thu, 30 Oct 2014 16:48:06 -0700 > From: Carol Willing <[email protected]> > To: Greg Wilson <[email protected]>, Matt Davis > <[email protected]> > Cc: Software Carpentry Discussion > <[email protected]> > Subject: Re: [Discuss] Git problems on Mac OS X 10.8 > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > HI Greg, > > We ran into this same issue on OS X 10.8 of below at UCSD a couple of > weeks ago. > > We found success by using the git-osx-installer 1.8.4.2 found here: > > https://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.8.4.2-intel-universal-snow-leopard.dmg&can=2&q= > > If it does not work or you get an error with git v1.8.4.2, the second > thing that helped was to install or update the command line tools using > the command "xcode-select --install": > http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ > > This SW Carpentry wiki doc helped for some installation issues that we > ran across: > https://github.com/swcarpentry/bc/wiki/Configuration-Problems-and-Solutions > > Good luck! > > Carol > > On 30/10/2014 16:25, Greg Wilson wrote: > > We tried older versions of Git when this came up three weeks ago; > > didn't help. I'll try GitHub for Mac tomorrow - don't think the > > students have Homebrew. > > Thx, > > G > > > > On 2014-10-30 7:21 PM, Matt Davis wrote: > >> Looks like most of the advice comes down to "install a different Git". > >> > >> You could track down an older installer for Macs, install GitHub for > >> Mac (https://mac.github.com/), or install the command line tools, > >> either via XCode or by downloading just the command line tools from > >> Apple's developer site (for which you have to register for a free > >> Apple developer account). If, for some reason, folks are already > >> using Homebrew it can also install Git. > >> > >> If you try GitHub for Mac I don't know to where that installs Git. > >> > >> - Matt > >> > >> On Thu, Oct 30, 2014 at 4:15 PM, Greg Wilson > >> <[email protected] > >> <mailto:[email protected]>> wrote: > >> > >> Hi, > >> > >> We had another couple of students run into "Git doesn't run on > >> Mac OS X 10.8" problems today - as with the workshop in Toronto > >> at the beginning of the month, 'git --version' works fine, but > >> anything beyond that (such as 'git init .') fails because of a > >> symbol binding problem (missing symbol is strlcpy_chk, for those > >> who care). The furthest we got then was: > >> > >> > http://stackoverflow.com/questions/22920497/git-mountain-lion-dyld-lazy-symbol-binding-failed-symbol-not-found-str > >> > >> Does anyone have an advance on this? I'd like to be able to get > >> them back on track tomorrow morning if I can... > >> > >> Thanks, > >> Greg > >> > >> -- > >> Greg Wilson > >> Software Carpentry | http://www.software-carpentry.org/ > >> > >> > >> _______________________________________________ > >> Discuss mailing list > >> [email protected] > >> <mailto:[email protected]> > >> > http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org > >> > >> > > > > > > -- > > Greg Wilson > > Software Carpentry |http://www.software-carpentry.org/ > > > > > > _______________________________________________ > > Discuss mailing list > > [email protected] > > > http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org > > > -- > *Carol Willing* > Developer | Willing Consulting > https://willingconsulting.com > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.software-carpentry.org/pipermail/discuss_lists.software-carpentry.org/attachments/20141030/29672cf2/attachment.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Discuss mailing list > [email protected] > > http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org > > ------------------------------ > > End of Discuss Digest, Vol 15, Issue 38 > *************************************** >
_______________________________________________ Discuss mailing list [email protected] http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org
