SED GitLab Server

Welcome to the SED GitLab server. If you have a nethz account you can login with your ETH credentials. Otherwise ask itsupport@sed.ethz.ch for a personal account and sign in using the Standard tab on the right (you may also want to do this to contribute code to a public project).

You can browse public projects without logging in.


Make sure your git client is configured correctly, otherwise gitlab won't allow you to upload code:

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@sed.ethz.ch

Also make sure that you read our wiki page on gitlab before you start working with the server.

SED GitLab Server