2020-03-23 编程 git设置代理加快git clone的速度 全局设置代理1git config --global http.proxy 'socks5h://127.0.0.1:1080' 1git config --global https.proxy 'socks5h://127.0.0.1:1080' 取消全局代理1git config --global --unset http.proxy 1git config --global --un... 阅读全文…
2019-12-17 编程 加快github访问速度 第一步打开ipaddress.com这个网站,搜索github.com、github.global.ssl.fastly.net这两个域名 第二部将ip地址复制下来后,在电脑里面的host文件添加一下两段地址 123140.82.113.3 www.github.com199.232.5.194 github.global.ssl.fastly.net 第三部刷新dns,使用win+R... 阅读全文…