git config --global url."[email protected]:".insteadOf "https://github.com/"
cat >> ~/.ssh/config <<EOF
Host github.com
Hostname ssh.github.com
Port 443
EOF
- Done!
git config --global url."[email protected]:".insteadOf "https://github.com/"
cat >> ~/.ssh/config <<EOF
Host github.com
Hostname ssh.github.com
Port 443
EOF