1、直接在远程服务器使用github,可能会无法连接,比如: git clone xxxx.git
2、解决办法就是做走一个代理,网速一样很快,亲测
bash
https://ghfast.top
3、示例
- 原来的命令:
bash
git clone https://github.com/xxxx.git
报错:
bash
fatal: unable to access https://github.com/xxxx.git
- 使用代理
bash
git clone https://gitproxy.click/https://github.com/xxxx.git
正常下载,且网速很快,没有限制