加速GitHub加载速度-最终篇

1、配置代理:

java 复制代码
PS D:\software\JavaProject\game> git config --global http.proxy socks5://127.0.0.1:7897
PS D:\software\JavaProject\game> git config --global https.proxy socks5://127.0.0.1:7897

注:后面的端口号需要代理本机的端口号

2、开启代理

开启代理后push代码速度杠杠的

相关推荐
万少1 天前
我是如何感觉到被时代抛弃的
github
汪海游龙1 天前
告别 Play Console 手动上传:从模拟器截图到自动发版的完整流水线
android·ci/cd·github
沫璃染墨1 天前
《从零入门Linux系统篇(十四):系统工具篇·五——Git版本控制:从版本管理到协同开发》
linux·运维·服务器·git·gitee·github
fthux1 天前
装闭 RenoPit 源码解析(02):AI装修闭坑系统数据库与模型设计
人工智能·ai·开源·github·open source·renopit
本地化文档2 天前
skbuild-docs-l10n
python·github·gitcode·sphinx
XS0301062 天前
GitHub/Gitee 团队协作笔记
笔记·gitee·github
csdn_aspnet2 天前
在 Visual Studio Code 中安装使用 Github Copilot
ide·vscode·github·copilot
CoderJia程序员甲2 天前
GitHub 热榜项目 - 周榜(2026-08-08)
ai·大模型·github·agent
阿米亚波2 天前
【C/C++包管理器】vcpkg(by microsoft)
c语言·c++·git·vscode·microsoft·github·vcpkg
打工的小王3 天前
github教程之多人协作
github