From 6e3287d072d02ab50bfc3dc3cc6fbb31e1bd3d96 Mon Sep 17 00:00:00 2001 From: yulei Date: Tue, 18 Jun 2024 21:25:39 +0800 Subject: [PATCH] Updated rules on 2024-06-18 21:25:39 --- openclash-rule.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openclash-rule.sh b/openclash-rule.sh index efe3b72..aeb1900 100755 --- a/openclash-rule.sh +++ b/openclash-rule.sh @@ -50,6 +50,8 @@ if [ ${#failed_downloads[@]} -gt 0 ]; then else log "All rules have been successfully downloaded." + git config http.postBuffer 157286400 + # 添加更改到 Git git add . # 提交更改