Adding SSH key to Gitlab

  1. Check if SSH key set on your machine
  2.  
  3. Copy your SSH key
  4.  
  5. Clone the Repo from Gitlab

    1. In Gitlab go to project detail page
    2.   projectname  
    3. Click on "clone" and copy "Clone with SSH" url
    4.   projectdetail 
    5. In Git-Bash type : git clone (paste the url)
    6.   clonedrepo