Conversation
New Git version disallows automatically cloning the file: protocol, so let's use something else.
a98ac43 to
d692307
Compare
dd3b4b1 to
5513c11
Compare
pfmoore
left a comment
There was a problem hiding this comment.
As noted here could we add a news entry, saying something like "Newer git versions no longer allow the file: protocol for submodules. Fix tests to deal with this"?
I assume we don't know why the approaches git suggests for allowing trusted submodules to use file: don't work for us? Is it purely a problem on CI, or does the same issue happen locally?
|
I have no idea, to be honest. Information on how exactly this should be handled is sparse (the release is so new), espacially on |
|
OK, so we're safe to say to people hit by this "we don't know how to get |
New Git version disallows automatically cloning the file: protocol, so let's use something else. The
git://protocol is the easiest to set up.