Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


STEP 3. Install TortoiseGit client

  • Download TortoiseGit at https://tortoisegit.org/download/
  • Once installation is done, you can run start wizard.
    Image Added

    It will check Git for Windows that we installed earlier.
    Image Added

    As long as you will use SSH, you'd better click "Generate PuTTY key pair"
    Image Added
  • Run PuTTYgen: Windows + type "C:\Program Files\PuTTY\puttygen.exe"
  • Click "Generate" on PuTTY Key Generator

    Image Modified
    You may better to put key passphrase for your security
    Image Modified
    Once everything goes fine, just click "Save public key" and "Save private key"
    Image Modified


    Info

    Once key is created, you need to ask admin to add your public key to git repository in server. If you use github, you need to check other references. If your environment is based on CentOS 8, please refer at Setup Git server on CentOS 8#STEP3.Addclient'spublickeyto/home/git/.ssh/authorized_keys

STEP 3. Install TortoiseGit client

STEP 4. Create a repository on your PC

...