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 . # 提交更改