GitHub 设置网络代理提升访问速度
GitHub 是经常的打不开,有时候克隆一个库很久都不下载不下来,很多时候都是超时无法下载,这种情况下我们只有挂代理提高访问速度。
设置代理
如果 socks5(SSR),你需要知道你本地的 socks5 代理 ip 地址和端口,默认打开的话就是 127.0.0.1 端口 1080,然后使用此命令设置代理
只设置 Github 的代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080 git config --global https.https://github.com.proxy socks5://127.0.0.1:1080
设置全局代理
git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080
取消代理
git config --global --unset http.proxy git config --global --unset https.proxy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论