国内拉取 GitHub 网路慢

查看 104|回复 9
作者:programMrxu   
在拉取代码的时候,由于网络问题,会导致拉代码的时候速度特别慢,是 40 kib/s ,我使用小火箭打开代理,但是会失败。大家平时都是这么拉取代码的

GitHub, 网络慢, 代理

donaldturinglee   
你让 git 走代理不就好了,不然你就开 TUN
565656   
域名后缀 github.com proxy
stinkytofux   
现在国内网络已经劣化的不翻墙无法正常使用的地步, 尤其是计算机相关的行业. github.com 肯定是走代理的.
sunny352787   
https://gist.github.com/coin8086/7228b177221f6db913933021ac33bb92
按这个说明设置.ssh/config ,添加 ProxyCommand 试试
sir283   
猫咪以管理员权限运行,然后拉代码,即可成功。
zaunist   
自建 git-proxy
itechify   
在 git 的 config 中设置端口为 443 来试试看,比如像我这样:
Host github.com
    Hostname ssh.github.com
    Port 443
    User git
huijiewei   
https://github.com/fscarmen2/Cloudflare-Accel
有 cf ,开个小号来搞
stinkytofux   
git config --global http.https://github.com.proxy socks5h://127.0.0.1:1080
您需要登录后才可以回帖 登录 | 立即注册

返回顶部