git ssh key not authentication code example
Example: git not using ssh key
ssh -T [email protected] #Check if you are authenticated via key
git remote set-url origin [email protected]:username/repo.git #inside your project
ssh -T [email protected] #Check if you are authenticated via key
git remote set-url origin [email protected]:username/repo.git #inside your project