Closed tplants closed 9 years ago
Ah, interesting. I had it using the ssh style url rather than https, which works fine for me since I have an ssh keypair set up for Github access. However for a public repo (like this one) the https method is probably more appropriate since you don't need a keypair or any other creds to clone it. Thanks for the change!
Previous command generated "Permission denied (publickey)" permission errors. GitHub documentation suggests this is the preferred approach and it worked for me.
https://help.github.com/articles/cloning-a-repository/