set username and email using command git config global user.name ' ' and git config global user.email ' '
#clone repository #when cloning repository go to github repository that you want to work with, click on "code" button and copy the ssh url #in webstorm select "Checkout from version control" >"Git" #Paste ssh url into the "url" field #choose directory to clone repository into #click "clone" #Configure github in webstorm #open webstorm #go to "file">"settings" #navigate to version control"version control"> "github" #click on "+" button to add github account #enter github credentials and press "login"