Configure git Initial configuration of git if you have not set yet. git config --global color.ui true git config --global user.name "YOUR NAME" git config --global user.email "[email protected]" ssh-keygen -t rsa -b 4096 -C "[email protected]" Adding SSH key Run this...