Force ssh:// over git://

This stemmed from an issue where an older version of npm wasn't properly
resolving git:// repos as well as github-style dependency names.

Don't think it'll cause any harm to carry this around between my rigs.
This commit is contained in:
Josh Sherman 2022-06-06 13:43:29 -05:00
parent cf87564eb4
commit bfd4b0d6bf
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -46,3 +46,6 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "ssh://git@"]
insteadOf = git://