From 7b7e03b503b0ff6968c467aa2582fde5a48d6c7b Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 28 Mar 2024 23:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20git=20clone=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/share.sh b/shell/share.sh index a6405994..c66435e9 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -293,7 +293,7 @@ git_clone_scripts() { set_proxy "$proxy" - git clone --depth=1 $part_cmd $url $dir + git clone -q --depth=1 $part_cmd $url $dir exit_status=$? unset_proxy