git clone が遅い [ソース変更操作]

  • ソース変更の速さを利用してgit clone、Github国内のミラーサイトにはgithub.com.cnpmjs.orggit.sdut.me
# 正常git clone
git clone https://github.com/username/xxx.git

# 换源1 -> [github.com.cnpmjs.org]
git clone https://github.com.cnpmjs.org/username/xxx.git

# 换源2 -> [github.com.cnpmjs.org]
git clone https:/github.com.cnpmjs.org/username/xxx.git

おすすめ

転載: blog.csdn.net/weixin_44038881/article/details/118301213
おすすめ