From 4b42cb26c652d723c78145b94412394cb610e3a0 Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 9 Nov 2023 11:01:03 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/git/questions.md b/_posts/git/questions.md index 37ddf5f..fbb860f 100644 --- a/_posts/git/questions.md +++ b/_posts/git/questions.md @@ -22,13 +22,14 @@ git pull 要解决这个问题,有如下操作: -1. 增加 Git 中缓存的默认限制: +1.增加 Git 中缓存的默认限制: ```bash git config --global http.postBuffer 10240000000 ``` -2. 服务端是用nginx反向代理的,修改nginx配置: +2.服务端是用nginx反向代理的,修改nginx配置: + ```sh server { // 其他配置省略