github有没有像Docker Hub一样在中国有镜像?


现在这种网络大家都是怎么访问GitHub的?电信几乎没有外网速度了,下载速度5k都不到。

github

Zakito 10 years, 6 months ago

现在国内也有很多代码托管网站,比如coding.net、gitcafe、osc

八月一起一起 answered 10 years, 6 months ago

使用Socks或者HTTP代理,可以从网络上找到免费的代理服务器或者购买专用的代理服务器。

在Shell下可以使用 proxychains4 让命令行工具通过代理,或者直接添加环境变量:


 export http_proxy=address:port
export https_proxy=$http_proxy

Horzion answered 10 years, 6 months ago

镜像的都是资源,想github这样的网站怎么镜像?那不就是翻墙吗?

土御門元春 answered 10 years, 6 months ago

使用翻墙快一点。我mac上使用这个翻墙工具: https://tangseng99.com/

塔琪安娜丶梵 answered 10 years, 6 months ago

Your Answer