Category: gitlab

First thing first you have to install Git for desktop by following this link : https://git-scm.com/downloads copy public key text in the file id_ed25519.pub which is located at then go to gitlab.com (if you have self-hosted GitLab server then use your self-hosted GitLab server instead of gitlab.com) then navigate to settings >> SSH keys Paste the public key to the input textarea then click “Add key” Figure2: GitLab public key textarea

Related Articles