how to make public git repository on git.ligo.org

Some of the commands in the reference site is adjusted.

cd ~/.ssh
ssh-keygen -t rsa -C adress@example.com

please input your own mail address.

Enter file in which to save the key (/home/.ssh/id_rsa):

please enter this text /Users/XXX/.ssh/id_rsa_gitlab

XXX is your username.

Enter passphrase (empty for no passphrase):
Enter same passphrase again:

I did not entered anything. If you need a password, please enter it.

chmod 600 id_rsa

This command should be changed to the following.

chmod 600 id_rsa_gitlab

Register your public key with GitLab

vim ~/.ssh/config

touch config
open .

and select config with Finder application.

Host git.ligo.org

The name is your gitlab account name.

Please open Setting -> Add SSH and paste the config file contents.