Answers for "git not picking up ssh key"

1

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
Posted by: Guest on April-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language