#Git #SSH | How to create SSH key and add to GitLab

Поделиться
HTML-код

Комментарии • 4

  • @helencode
    @helencode  2 года назад

    00:00 Intro
    00:50 The Prerequisite
    Install GIT/ Source Tree (it includes Git). You can refer to the my another video www.youtube.com/watch?v=yCw44...
    02:06 Generate SSH key command:
    ssh-keygen -t rsa -b 4096 -C "your username/or email"
    04:10 Add SSH Key to Gitlab account
    05:15 Clone code from Gitlab using SSH Link
    06:00 Change the password of your SSH key
    ssh-keygen -f ~/.ssh/id_rsa -p

  • @edchadev
    @edchadev 4 года назад +1

    Hi Miss, your explanations are excellent thank you very much, please keep making more videos like this for git and Sourcetree or git command line, thanks good job

    • @helencode
      @helencode  4 года назад +1

      I am very happy that it is useful for you. I will keep trying .Thank you so much ;)

  • @lethingocphu3572
    @lethingocphu3572 4 года назад

    Great thank u