[Lift] Re: Tic Tac Toe, Lift Style

2009-01-31 Thread David Pollak
Greg, If you go to the URL with a browser, you'll see a link for public clone URL The correct command is: git clone git://github.com/dpp/lift-samples.git The bad news is that you'll get my presentations on Lift and Scala as well... but you can just delete them. :-) Thanks, David On Fri, Jan

[Lift] Re: Tic Tac Toe, Lift Style

2009-01-30 Thread Meredith Gregory
David, Thanks for this! i'm looking forward to diving in. Best wishes, --greg On Fri, Jan 30, 2009 at 5:18 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I've committed up a Tic Tac Toe example:

[Lift] Re: Tic Tac Toe, Lift Style

2009-01-30 Thread Meredith Gregory
David, i'm probably just misusing git, but this is what happens for me bash-3.2$ git clone http://github.com/dpp/lift-samples/tree/c5d22b8bca126ea518107f231a27353b63841ef8/tictac Initialized empty Git repository in /Users/lgm/work/src/projex/biosimilarity/tictac/.git/ fatal:

[Lift] Re: Tic Tac Toe, Lift Style

2009-01-30 Thread Meredith Gregory
David, i don't know if this is any help, but here's the git version i'm using. Best wishes, --greg bash-3.2$ which git /opt/local/bin/git bash-3.2$ git -v Unknown option: -v usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate|--no-pager] [--bare] [--git-dir=GIT_DIR]