🎨 git一些常见问题解决

This commit is contained in:
zyimm 2023-11-09 11:01:03 +08:00
parent 9c3e56ced2
commit 4b42cb26c6

@ -29,6 +29,7 @@ git config --global http.postBuffer 10240000000
```
2.服务端是用nginx反向代理的修改nginx配置:
```sh
server {
// 其他配置省略