course-v3 icon indicating copy to clipboard operation
course-v3 copied to clipboard

Clone fastai/course-v3?

Open 79212 opened this issue 5 years ago • 2 comments

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

"$ git clone [email protected]: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. [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

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

79212 avatar Dec 12 '19 15:12 79212

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

TannerGilbert avatar Dec 15 '19 21:12 TannerGilbert

@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 [email protected]

alb avatar Feb 19 '20 11:02 alb