浏览代码

Update githubclone.sh

qiaofeng1227 2 年之前
父节点
当前提交
7c40162539
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      scripts/githubclone.sh

+ 0 - 6
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