add ssh key mac gitlab code example
Example 1: create ssh key mac github
$ ssh-keygen -t ed25519 -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 -t ed25519 -C "[email protected]"
#1- Open GitLab and go to your account settings
#2- Click on SSH.
#3- Click on Add SSH Key