git config user.name "Name"
git config user.email "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh -T [email protected]
git remote set-url origin [email protected]:username/your-repository.git
or
git clone git://github.com/username/your-repository