git clone https://username:[email protected]/username/project.git
ssh-keygen -t rsa -b 4096 -C "[email protected]"
wget ~/.ssh/id_rsa.pub
# Add the .pub key into Github's SSH Agent > Github > SSH Keys > New Key
git clone https://username:[email protected]/username/project.git
ssh-keygen -t rsa -b 4096 -C "[email protected]"
wget ~/.ssh/id_rsa.pub
# Add the .pub key into Github's SSH Agent > Github > SSH Keys > New Key