hot to force git to use ssh keys code example
Example: force git to use ssh
git config --global url."[email protected]:".insteadOf "https://github.com/"
git config --global url."[email protected]:".insteadOf "https://github.com/"