AndreWeiner / ml-cfd-lecture

Lecture material for machine learning applied to computational fluid mechanics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to clone github repository

Rohan-Arwari opened this issue · comments

I was trying to clone github repository, tried to execute this -> git clone git@github.com:AndreWeiner/ml-cfd-lecture.git
Error -> 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.

Hi @Rohan-Arwari,

thanks for reporting this issue. The correct protocol for you is HTTPS, since you are not a repository owner:

git clone https://github.com/AndreWeiner/ml-cfd-lecture.git

I'll also modify the instructions in the notebook.

Best, Andre