Configs

Git-GitHub Git

Install git

Git usually comes pre-installed with most Linux distros, but you if not in yours, you can install it via you package manager (apt, dnf etc) as instructed on Git download page:

# For Fedora:
sudo dnf install git

Set name and email

Referring the First-Time Git Setup page:

You can also refer my git config

GitHub SSH setup

Also try cloning any GitHub repo via the SSH method url: git@github.com:USERNAME/REPONAME.git

References: