有别于 https_proxy的加速
export https_proxy=http://your-proxy:8080
ghdeb install LeisureLinux/ghdeb
通过公共加速站点来加速
git clone https://github.com/LeisureLinux/ghdeb.git
替换成
git clone https://gh-proxy.com/https://github.com/LeisureLinux/ghdeb.git
wget https://github.com/LeisureLinux/ghdeb/releases/download/v0.7.53/ghdeb_0.7.53_amd64.deb
# 换成
wget https://gh-proxy.com/https://github.com/LeisureLinux/ghdeb/releases/download/v0.7.53/ghdeb_0.7.53_amd64.deb
类似的公共加速度挺多的,参否考虑添加一些传变量或改配置的方式来使用公共加速站点,
如 GITHUB_PROXY=https://gh-proxy.com ghdeb install 或者 ~/.config/ghdeb/config.json 里配置
有别于 https_proxy的加速
export https_proxy=http://your-proxy:8080 ghdeb install LeisureLinux/ghdeb通过公共加速站点来加速
git clone https://github.com/LeisureLinux/ghdeb.git替换成
git clone https://gh-proxy.com/https://github.com/LeisureLinux/ghdeb.gitwget https://github.com/LeisureLinux/ghdeb/releases/download/v0.7.53/ghdeb_0.7.53_amd64.deb # 换成 wget https://gh-proxy.com/https://github.com/LeisureLinux/ghdeb/releases/download/v0.7.53/ghdeb_0.7.53_amd64.deb类似的公共加速度挺多的,参否考虑添加一些传变量或改配置的方式来使用公共加速站点,
如 GITHUB_PROXY=https://gh-proxy.com ghdeb install 或者 ~/.config/ghdeb/config.json 里配置