AndreWeiner / ml-cfd-lecture

Lecture material for machine learning applied to computational fluid mechanics
GNU General Public License v3.0
330 stars 116 forks source link

Unable to clone github repository #1

Closed Rohan-Arwari closed 3 years ago

Rohan-Arwari commented 3 years ago

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.

AndreWeiner commented 3 years ago

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