pod setup》error: RPC failed; result=18, HTTP code = 200

Try reducing the postBuffer size in the remote repository config. Follow the steps below

  1. Go to remote git repository directory
  2. Run the following command to reduce the size of postBuffer    
    git config http.postBuffer 24288000
  3. you can check this value by doing "git config --get http.postBuffer"

参考地址:
 
上一篇:Vue3 VueRouter 过度动画


下一篇:CAD控件,CAD插件使用教程:Android开发使用控件--开发环境的搭建