git config --global user.name ""
git config --global user.email "your mail"
----------------------------------------------------
git config --list
----------------------------------------------------
ssh-keygen -t rsa -C "your mail"
ls/pwd
cd ~/.ssh
rm -rf *
git clone..