Created
August 26, 2025 19:02
-
-
Save tommydunn/96f0ed741e229fa2715f5f2b3b96df51 to your computer and use it in GitHub Desktop.
Set git to use git:// instead of https://
This file contains hidden or 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
| git config --global url."[email protected]:".insteadOf https://github.com/ | |
| git config --global url."git://".insteadOf https:// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment