course-v3
course-v3 copied to clipboard
Clone fastai/course-v3?
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."
git clone https://github.com/fastai/course-v3.git worked fine for me.
@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]