cossan-working-group / OpenCossan

OpenCossan is an open and free toolbox for uncertainty quantification and management.
https://cossan.co.uk
50 stars 18 forks source link

git clone in readme requires permissions #5

Closed JCSadeghi closed 5 years ago

JCSadeghi commented 5 years ago

Following the readme, I tried to run

Cloning into 'OpenCossan'...
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.

This worked instead: git clone https://github.com/cossan-working-group/OpenCossan.git

FriesischScott commented 5 years ago

The instructions are what you need to clone using ssh key based authorization. We should change it to the regular https way as that is what most people use.