Created
February 16, 2020 01:09
-
-
Save johnsaltarelli/93766922d7d72fad2941eda0ee9692d8 to your computer and use it in GitHub Desktop.
Force GitHub via SSH instead of HTTPS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Forces all Git connections to use SSH instead of HTTPS when accessing GitHub.com | |
git config --global --add url."[email protected]:".insteadOf "https://github.com/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment