Git 国内镜像
github.com
将 github.com
替换成 githubfast.com
:
sh
# git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
git clone --depth 1 -- https://githubfast.com/marlonrichert/zsh-autocomplete.git
raw.githubusercontent.com
将 raw.githubusercontent.com
替换成 raw.staticdn.net
:
sh
# wget https://raw.githubusercontent.com/Hansimov/blog/main/docs/notes/configs/.zshrc -O ~/.zshrc
wget https://raw.staticdn.net/Hansimov/blog/main/docs/notes/configs/.zshrc -O ~/.zshrc
See: githubusercontent、github加速镜像 - 好叶啊的文章 - 知乎