直接修改 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
继续浏览关于
的文章本文最后更新于:2022/11/04 17:00:35,可能因经年累月而与现状有所差异。
引用转载请注明:诗恩有趣cnfunny - 有趣的 > 杂谈 > git 下载使用镜像地址