Github In Ubuntu
Use the same email attached to your GitHub account.
git config --global credential.helper cache github in ubuntu
Stage and commit:
sudo apt update sudo apt install git -y
Pull the latest changes from GitHub:
GitHub requires a Personal Access Token (PAT) or SSH keys. Use the same email attached to your GitHub account
