From b1869986739bd23a7d0e7f70a948aa16f1ebdb9d Mon Sep 17 00:00:00 2001 From: fhg-isi <76424482+fhg-isi@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:20:25 +0200 Subject: [PATCH] replaced ssh git clone command with https variant to allow for easier setup With SSH variant one gets Cloning into 'technology-data'... 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. and the benefit of setting up SSH connection is not worth the effort in this case, I would say --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8d474942..7176ee3e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,7 +15,7 @@ Clone the repository `technology-data .. code:: bash - projects % git clone git@github.com:PyPSA/technology-data.git + projects % git clone https://github.com/PyPSA/technology-data.git If you want to use the technology-data with `PyPSA-Eur `_ or `PyPSA-Eur-Sec `_ the repository should be cloned in a parallel directory.