This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gitlab_notes [2022/03/28 08:18] – [Remote repo to local file system] lenocil | gitlab_notes [2022/08/09 12:02] (current) – [Gitlab Notes] lenocil | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gitlab Notes ====== | ====== Gitlab Notes ====== | ||
| + | Lorentz Institute runs a private instance of Gitlab accessible to all institute members available at https:// | ||
| - | |IMPORTANT\\ :!:|Gitlab logins | + | Accounts for external users can be requested |
| - | Lorentz Institute | + | Lorentz Institute members |
| - | + | ||
| - | You are strongly encouraged to use it to collaborate with your colleagues and fellow scientists anywhere in the world. Accounts for external users can be requested via < | + | |
| - | + | ||
| - | Lorentz Institute members **must use** the button | + | |
| {{:: | {{:: | ||
| Line 13: | Line 10: | ||
| ===== SSH Keys and Personal Access Tokens ===== | ===== SSH Keys and Personal Access Tokens ===== | ||
| - | Because access to the Institute Gitlab instance occurs via Single-Sign On((In other words it uses access and refresh tokens rather than usernames and passwords)) for all IL members, git //push// and //pull// operations must be performed either using __SSH key-pairs__ (SSH protocol) or using __Personal Access Tokens__ (HTTPS protocol). Failing to set up SSH key-pairs or Access Tokens will prevent IL members to interact via git with our Gitlab server. | + | Because access to the Institute Gitlab instance occurs via Single-Sign On((In other words it uses access and refresh tokens rather than usernames and passwords.)) for all IL members, git //push// and //pull// operations must be performed either using __SSH key-pairs__ (SSH protocol) or using __Personal Access Tokens__ (HTTPS protocol). Failing to set up SSH key-pairs or Access Tokens will prevent IL members to interact via git with our Gitlab server. |
| IL users that do not set up SSH key-pairs or Access Tokens will likely receive upon login a warning message like the one in the figure below | IL users that do not set up SSH key-pairs or Access Tokens will likely receive upon login a warning message like the one in the figure below | ||
| Line 43: | Line 40: | ||
| {{ : | {{ : | ||
| - | Your personal access token will look something like '' | + | Your personal access token will look something like '' |
| Your IL account is now enabled to perform git operations over //HTTPS//. | Your IL account is now enabled to perform git operations over //HTTPS//. | ||