Install Git from https://git-scm.com/downloads To generate a new SSH key pair, use the following command: ssh-keygen -t rsa -C "your.email@example.com" -b 4096 Copy and paste these two lines, add your User name and own email. Same email being used for GITLAB. git con?g --global user.name "username" git con?g --global user.email "user@email.com" Type using your own domain git clone git@gitlab.fabcloud.org:academany/ fabacademy/2018/labs/fablabbrighton/local.git Type CD name of the binder where everything is saved Create a general ?le touch README.md git add README.md git commit -m "add README" git push -u origin master After that in Git lab add the index.html ?le to site Select New ?le. For creating the HTML ?le, on the ?eld after the “/”, just write index.html. On the “+”, select New ?le, again. This time, on Template, choose .gitlab-ci.yml template type