Gitlab ssh config code example
Example 1: configurar chave ssh gitlab
ssh-keygen -C [email protected]
Example 2: add ssh key to gitlab
#1- Open GitLab and go to your account settings
#2- Click on SSH.
#3- Click on Add SSH Key
ssh-keygen -C [email protected]
#1- Open GitLab and go to your account settings
#2- Click on SSH.
#3- Click on Add SSH Key