08 Jul 2010, 12:42
Generic-user-small

Tim Platt (1 post)

I’m trying to following along the TDD on Iphone article in July issue. I’ve installed git and it appears to be functional, however I receive the following error when attempting to retrieve the iPhoneTemplates. Any one know how to fix this? (Or maybe you can spot a stupid error!)

$ git clone http://github.com/paytonrules/iPhoneTemplates

Initialized empty Git repository in /Users/tplatt/iPhoneTemplates/.git/
fatal: http://github.com/paytonrules/iPhoneTemplates/i… not found: did you run git update-server-info on the server?

09 Jul 2010, 01:07
Generic-user-small

Eric Smith (1 post)

There was a typo in the original article that has since been correct. The instructions should have read like this

git clone http://github.com/paytonrules/iPhoneTemplates.git
cd iPhoneTemplates
sudo ./install_template
  You must be logged in to comment