Anonymous access
Anyone can clone a read-only copy of the repository as follows:
git clone http://gitlab.nektar.info/nektar/nektar.git nektar++
Contributor access
- Visit our Gitlab website: https://gitlab.nektar.info and sign up for an account.
- If you do not already have an SSH key, generate one on your local computer (e.g. using the ssh-keygen utility on Linux). Take care not to overwrite any existing keys!
- In your profile, add the public part (e.g. contents of id_rsa.pub) under SSH keys.
- Clone the git repository using your account:
git clone git@gitlab.nektar.info:nektar/nektar.git nektar++
Note: Do not modify the username git in the above command. All access to git is through the git user using the SSH key(s) configured in GitLab.