在访问和下载gitlab的时候,有时会很慢可以用代理访问
git clone
git clone https://ghproxy.com/ https://github.com/stilleshan/ServerStatus
wget & curl
wget https://ghproxy.com/ https://github.com/stilleshan/ServerStatus/archive/master.zip
wget https://ghproxy.com/ https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
curl -O https://ghproxy.com/ https://github.com/stilleshan/ServerStatus/archive/master.zip
curl -O https://ghproxy.com/ https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
本文介绍了如何使用ghproxy.com代理来提升git clone、wget和curl在访问GitHub时的速度,适用于频繁下载GitHub仓库和资源的开发者。
1万+

被折叠的 条评论
为什么被折叠?



