sudo apt update
sudo apt install git
git --version
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)" # after this command add public key in your GitHub profile
git clone <your_git_ssh_url>
sudo apt update
sudo apt install git
git --version
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)" # after this command add public key in your GitHub profile
git clone <your_git_ssh_url>