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

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

If you use Mac OSX, the example of ssh key name is

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

chmod 600 id_rsa

Register your public key with GitLab

vim ~/.ssh/config

touch config
open .

KAGRA/Subgroups/MIF/Simulation/GitlabStartUp (last edited 2021-09-08 17:47:53 by KeikoKokeyama)