Update githubclone.sh

This commit is contained in:
qiaofeng1227 2023-04-19 10:11:46 +08:00 committed by GitHub
parent 0bc71b5a1b
commit 7c40162539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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