Prefer HTTPS over plain Git protocol
dziemba opened this issue · 1 comments
dziemba commented
Looking at addVendorSubmodule
I noticed that the order of protocols used is git
then https
then git+ssh
.
Given the insecure nature of the plain git protocol, how do you feel about making https
the default / first protocol tried?