From 95f475974811bf302ce7b9d315958756262b8667 Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 9 Nov 2023 11:01:50 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20git=E4=B8=80=E4=BA=9B=E5=B8=B8=E8=A7=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/git/questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/git/questions.md b/_posts/git/questions.md index fbb860f..879f1ac 100644 --- a/_posts/git/questions.md +++ b/_posts/git/questions.md @@ -33,6 +33,6 @@ git config --global http.postBuffer 10240000000 ```sh server { // 其他配置省略 - client_max_body_size 500m + client_max_body_size 500m; } ```