🎨 git一些常见问题解决

This commit is contained in:
zyimm 2023-11-09 11:01:50 +08:00
parent 4b42cb26c6
commit 95f4759748

View File

@ -33,6 +33,6 @@ git config --global http.postBuffer 10240000000
```sh ```sh
server { server {
// 其他配置省略 // 其他配置省略
client_max_body_size 500m client_max_body_size 500m;
} }
``` ```