摘要: git通过http方式访问的时候,去除http postbuff限制 git config --global http.postBuffer 52428800 如果是通过nginx反代,需要在nginx配置文件中配置 client_max_body_size 1024m; #文件大小1GB限制 gi 阅读全文
posted @ 2022-11-05 16:48 Maguyusi 阅读(10) 评论(0) 推荐(0)