git clone 下载加速
1. 先在github将仓库地址复制下来
2. git clone时将https://github.com/* 改为https://gitclone.com/github.com/*
vim-plug下载加速
1. 不使用Plug '作者名/仓库名这种简写' 而是使用Plug '全地址'
2. 同上面第二步,github.com前面加上gitclone.com/
vim-treesitter下载加速
init.vim结尾加上:
lua <<EOF
for _, config in pairs(require("nvim-treesitter.parsers").get_parser_configs()) do
config.install_info.url = config.install_info.url:gsub("https://gitclone.com/github.com/", "something else")
end
EOF
已现在来看,以上网址并不完美,最好的github镜像应是https://hub.fasthub.xyz, 既可以浏览github网页,下载也可以提速
手机扫一扫
移动阅读更方便
你可能感兴趣的文章