git clone 出错 RPC failed;result = 18,http code = 200 JustGrin 2018-05-07 1,093 阅读1分钟 在使用git时 命令 git clone报错: rpc failed;result = 18,http code = 200 是缓存区内存不足 造成的 于是 修改 缓存配置 git config --globle postBuffer = 24288000 再查看配置 是否成功 git config --list 如果成功了。就可继续clone 了 git clone https://github.com/JustGrin/xxxxx.git