Horje
gitlab set ssh key Code Example
gitlab set ssh key
Generate SSH Key:
- ssh-keygen -t rsa -C "Comment for key"

Add it to gitlab:
- cat ~/.ssh/id_rsa.pub (copy all output)
- Open web browser, go to: Gitlab > User Settings > SSH Keys
- Paste copied output in the SSH key section

Test connection:
- ssh -T git@gilab.domain.com (can use private url)

Do some git stuff:
- git clone something




Whatever

Related
raspberry pi pico voltage Code Example raspberry pi pico voltage Code Example
port 5432 is already in use postgres mac Code Example port 5432 is already in use postgres mac Code Example
SocketException: Failed host lookup Code Example SocketException: Failed host lookup Code Example
world record for a 1x1 rubik's cube Code Example world record for a 1x1 rubik's cube Code Example
how long do chickens live Code Example how long do chickens live Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11