1、有代理
通过命令修改
只需要针对github设置代理即可,这里以ss为例子:
#只对github.com
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#取消代理
git config --global --unset http.https://github.com.proxy#只对github.com
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#取消代理
git config --global --unset http.https://github.com.proxy
直接修改~/.gitconfig文件
在~/.gitconfig中添加如下配置
[http "https://github.com"]
proxy = socks5://127.0.0.1:10808
2、没代理
2.1 换URL
可以使用github的镜像网站:
github.com.cnpmjs.org
https://kkgithub.com/
https://github.hscsec.cn/
https://githubfast.com/
github.com替换为上述URL即可,然后去clone,速度飞快!
2.2 配置Hosts
在ipaddress中查找github.com与github.global.ssl.fastly.net对应的ip,配置到hosts即可。
xxxx github.global.ssl.fastly.net
xxxx github.com
例如:Ubuntu上在/etc/hosts
中添加:
151.101.72.249 github.http://global.ssl.fastly.net
140.82.113.4 github.com
在Windows将配置添加到C:\Windows\System32\drivers\etc\hosts文件中。
3、使用代理加速下载
以下网站提供代理加速下载服务,只需要复制GitHub地址到输入框中再点击下载就可以加速下载。缺点是必须知道下载地址,不能直接进行搜索浏览。
GitHub Proxy 新增两个镜像域名github.site 与 github.store
已禁用登录功能,其余访问格式与github.com一致
例:https://github.**site**/hunshcn/gh-proxy