Hello, I am new to firedrake, and also a linux amateur. I am using Ubuntu bash shell to install it via the commands you list, but am getting a variety of errors. In particular, on this last installation attempt, I keep getting lines that say "failed to clone (something) using ssh, falling back to https" then "Permission denied (publickey). fatal: Could not read from remote repository." Can you help or point me to someone who can? thanks Eric Malitz
The authenticity of host 'github.com (192.30.255.113)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.255.113' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Failed to clone firedrake using ssh, falling back to https. On Mon, Apr 3, 2017 at 2:41 PM, Eric M <eric.malitz@gmail.com> wrote:
Hello,
I am new to firedrake, and also a linux amateur. I am using Ubuntu bash shell to install it via the commands you list, but am getting a variety of errors. In particular, on this last installation attempt, I keep getting lines that say "failed to clone (something) using ssh, falling back to https" then "Permission denied (publickey). fatal: Could not read from remote repository."
Can you help or point me to someone who can?
thanks
Eric Malitz
Dear Eric,
On 4 Apr 2017, at 02:01, Eric M <eric.malitz@gmail.com> wrote:
The authenticity of host 'github.com (192.30.255.113)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.255.113' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. Failed to clone firedrake using ssh, falling back to https.
This is just an informational message, we first try and clone via ssh, but if you do not have an account on github with ssh keys uploaded this fails, so then we fall back to https. Things should work just fine in this mode. If you don't want to see these debug messages, you can instruct firedrake-install not to try cloning repositories via ssh by saying: firedrake-install --disable-ssh Thanks, Lawrence
participants (2)
-
Eric M
-
Lawrence Mitchell