From:
$ git clone --recursive git@github.com:csswizardry/inuit.css-web-template.git your-project-folder
To:
$ git clone --recursive https://github.com/csswizardry/inuit.css-web-template.git your-project-folder
Otherwise you'll get an SSH key error, since you are attempting to access the repos account with the former, instead of using a public URL.