fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.91k stars 3.57k forks source link

Clone fastai/course-v3? #452

Open 79212 opened 4 years ago

79212 commented 4 years ago

Can not clone 'fastai/course-v3' as usally?:

"$ git clone git@github.com:fastai/course-v3.git Cloning into 'course-v3'... Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

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

TannerGilbert commented 4 years ago

git clone https://github.com/fastai/course-v3.git worked fine for me.

alb commented 4 years ago

@79212 If you want to clone using ssh make sure that you have set up an SSH key with your GitHub account. You can test if you have it by using ssh -T git@github.com