gothinkster / angularjs-realworld-example-app

Exemplary real world application built with Angular 1.5 + ES6
https://angularjs.realworld.io
MIT License
453 stars 376 forks source link

Hi I am learning your tutorial but I can not download your project on this github #2

Closed wangran326990 closed 8 years ago

wangran326990 commented 8 years ago

Hi

I use this command git clone -b 00-seed git@github.com:gothinkster/productionready-angularjs-client.git to download your project but I got this error

Cloning into 'productionready-angularjs-client'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

Best regards Ran

apai4 commented 8 years ago

Hey Ran!

I responded to the email you sent, but for anyone else that comes across this issue:

Make sure you've set up your SSH keys with Github (see here for instructions)

Or use the HTTPS URL for cloning the repository:

git clone -b 00-seed https://github.com/gothinkster/productionready-angularjs-client.git

Cheers, Albert Pai