From 29237ed676b2bc9f6d004ea88a9361feee45cdf0 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 17 Apr 2023 15:42:25 +0800 Subject: [PATCH] Update githubclone.sh --- scripts/githubclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/githubclone.sh b/scripts/githubclone.sh index 9f018530..0edc66da 100644 --- a/scripts/githubclone.sh +++ b/scripts/githubclone.sh @@ -12,9 +12,9 @@ REPO_URL="https://github.com/$USERNAME/$REPO.git" # 加速地址列表 MIRRORS=( - "https://github.com" "https://ghproxy.com/https://github.com" "https://github.com.cnpmjs.org" + "https://github.com" "https://hub.fastgit.org" "https://gitclone.com" "https://gh.api.99988866.xyz"