Skip to the content.

Installing Git and GitHub

Download & Install

NOTE: Be sure that Git Bash is installed on your system!!!

GitHub Configurations

git config --global user.name "$username"
git config --global user.email "$email"
git config --global user.password "$password"
git config --global credential.helper store
eval `ssh-agent -s`

Note:Use Git Bash as your terminal to run the commands. Note2:If these steps were successfull and you have some problem after a period of time, rerun the commands below.

eval `ssh-agent`
ssh-add -l
ssh-add ~/.ssh/id_rsa