You are on page 1of 1

Step 1: Download Git..

Search git download


Step 2: Create GitLab Account, Register or Sign in via Gmail
Step 3: Create a Project (Public or Private)
Step 4: Generate ssh key, click the orange warning at the top
says generate ssh key
Step 5: Open Git Bash (an App like CMD)
Step 6: Type to create ssh key (remove []): [ssh-keygen -o -t rsa -b 4096 -C
"email@example.com"]

Step 7: Type [cat ~/.ssh/id_rsa.pub] and copy


Step 8: Then go to setting > SSH Keys then past it to the large box
Step 9: Name it and click Add key

You might also like