github 国内代理访问下载
演示代理
- 前缀
- 下载仓库
git clone https://github.jobcher.com/gh/<你要下载的GitHub地址>
git clone https://github.jobcher.com/gh/https://github.com/wu3227834/ann-filtering-benchmark-datasets.git
另外一种方法
在你有科学上网的前提下使用代理方式来连接github
git config --global https.proxy http://127.0.0.1:1080
#取消设置
git config --global --unset https.proxy
http://127.0.0.1:1080 是你的代理服务地址