直接修改 git 的配置,使用 镜像地址 替换所有指向 GitHub 的链接:
git config --global url."https://mirros.site.com/".insteadOf "https://github.com/"
git config protocol.https.allow always
直接修改 git 的配置,使用 镜像地址 替换所有指向 GitHub 的链接:
git config --global url."https://mirros.site.com/".insteadOf "https://github.com/"
git config protocol.https.allow always