413 Request Entity Too Large

  • RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large错误!
  1. git config --global http.postBuffer 524288000

The requested URL returned error: 504

  1. ## 步骤一
  2. git clone https://github.com/flutter/flutter.git --depth 1
  3. ## 步骤二
  4. git config http.postBuffer 524288000

nginx

  1. client_max_body_size 100m;

采用 nginx 代理服务后,上传文件报 413 错误