nomad-coe / nomad

NOMAD lets you manage and share your materials science data in a way that makes it truly useful to you, your group, and the community.
https://nomad-lab.eu
Apache License 2.0
64 stars 14 forks source link

Bad nomad-FAIR git repo url in docs #26

Closed ondracka closed 2 years ago

ondracka commented 2 years ago

First command at https://nomad-lab.eu/prod/rae/docs/developers.html says git clone git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-FAIR.git nomad

git clone git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-FAIR.git nomad
Cloning into 'nomad'...
git@gitlab.mpcdf.mpg.de: Permission denied (publickey).
fatal: Could not read from remote repository.

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

Should be probably: git clone https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/ nomad or url of the github mirror.

markus1978 commented 2 years ago

Thx, for the report.

At least it should give some information about the different URLs, necessity of an account, when to use what, etc.