git clone https://username:mygithubpassword@github.com/username/project.git
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
wget ~/.ssh/id_rsa.pub
# Add the .pub key into Github's SSH Agent > Github > SSH Keys > New Key
git clone https://username:mygithubpassword@github.com/username/project.git
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
wget ~/.ssh/id_rsa.pub
# Add the .pub key into Github's SSH Agent > Github > SSH Keys > New Key