From 7c40162539526c79ba7e7e00dabb8d663ca02dfe Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 19 Apr 2023 10:11:46 +0800 Subject: [PATCH] Update githubclone.sh --- scripts/githubclone.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/githubclone.sh b/scripts/githubclone.sh index f1c38ac4..7ee17165 100644 --- a/scripts/githubclone.sh +++ b/scripts/githubclone.sh @@ -14,12 +14,6 @@ REPO_URL="https://github.com/$USERNAME/$REPO.git" MIRRORS=( "https://github.com" "https://ghproxy.com/https://github.com" - "https://github.com.cnpmjs.org" - "https://hub.fastgit.org" - "https://gitclone.com" - "https://gh.api.99988866.xyz" - "https://github.zhlh6.cn" - "https://toolwa.com/github" ) for mirror in "${MIRRORS[@]}"; do