From 5811d8206d4db02e32118428b677deaab15a954d Mon Sep 17 00:00:00 2001 From: linsui Date: Thu, 1 Jun 2023 13:16:28 +0800 Subject: [PATCH] fcitx5: srclib fix git command --- srclibs/fcitx5-android-prebuilder.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srclibs/fcitx5-android-prebuilder.yml b/srclibs/fcitx5-android-prebuilder.yml index 25e2fd9913..bd0dbe03a9 100644 --- a/srclibs/fcitx5-android-prebuilder.yml +++ b/srclibs/fcitx5-android-prebuilder.yml @@ -1,5 +1,4 @@ RepoType: git Repo: https://github.com/fcitx5-android/prebuilder.git -Prepare: | - git submodule update --init --recursive +Prepare: git -c 'url.https://u:p@github.com/.insteadOf=git@github.com:' submodule update --init --recursive