From dd494941b8214c08d2d7f019a948c569583f3fa5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 15 Dec 2022 21:05:28 +0100 Subject: [PATCH] Try more to fix git clones. --- cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist b/cdist index 36d3bb5..da87f84 100755 --- a/cdist +++ b/cdist @@ -1041,7 +1041,7 @@ class Tree(object): if os.path.exists(ref_path): ref = '--reference %s' % ref_path path = path.split(' ')[1] - command('git submodule --quiet update %s %s' % (ref, path)) + command('git -c protocol.file.allow=always submodule --quiet update %s %s' % (ref, path)) if os.path.exists('%s/wscript' % proj): v = read_wscript_variable(proj, "VERSION"); -- 2.30.2