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