General Articles

Articles for general topics

Student Articles

Articles for students at the Spang Lab

Employee Articles

Use these articles if you work at the Spang Lab.

PhD Articles

Articles for PhD Students at the Spang Lab

Sysadmin Articles

Articles that document Spang Lab Infrastructure

    How to access the gitlab server

    Michael Huttner4.8.2023, 14:56:52

    Get an account

    Please contact your supervisor or

    for a GitLab account and password.

    Login

    Login at gitlab.spang-lab.de

    With your very first login to the GitLab server, two actions are required:

    • accept the Terms of Service and Data Protection Declaration
    • change initial password

    Look for your project or create one.

    Add a SSH Key to your GitLab profile

    Read SSH Keys

    Using git

    The ➦ Pro Git Ebook provides an easy to digest introduction into git.

    GitLab provides two methods on how to clone the existing project myProject:

    • Clone with HTTPS: git clone https://gitlab.spang-lab.de/<myProject>.git
    • Clone with SSH: git clone ssh://git@gitlab.spang-lab.de:222/<myProject>.git

    By using SSH keys for authentication, you don't have to enter your username and password when cloning a project. This holds also true for git push actions.