I want to install FEniCS from source as explained in the "Building FEniCS from source" section in the following link. I am using a supercomputer on my campus, do not have super user privileges (no sudo) and am not permitted to use docker.
https://fenicsproject.org/download/
When I run the line below on a linux command line I get the error, "Permission denied (publickey)."
git clone git@bitbucket.org:fenics-project/fiat
I have git cloned remote repositories from other sources before. Perhaps I need to get some other sort of permission from FEniCS administrators? How would I get that permission?