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:
parent
cf87564eb4
commit
bfd4b0d6bf
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@
|
|||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
|
||||
[url "ssh://git@"]
|
||||
insteadOf = git://
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue