zoukankan      html  css  js  c++  java
  • git报错error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500

    报错

    $ git push;
    Enumerating objects: 1002, done.
    Counting objects: 100% (1002/1002), done.
    Delta compression using up to 8 threads
    Compressing objects: 100% (974/974), done.
    Writing objects: 100% (1002/1002), 41.40 MiB | 6.22 MiB/s, done.
    Total 1002 (delta 72), reused 0 (delta 0), pack-reused 0
    error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
    fatal: the remote end hung up unexpectedly
    fatal: the remote end hung up unexpectedly
    Everything up-to-date
    
    

    解决办法

    git config --global http.postBuffer 157286400
    
  • 相关阅读:
    c++常用库
    boost
    android
    UITableView 多选
    c++ 比较两个集合
    事件加不上的另一种原因
    ios多线程
    ubuntu android
    jna StdCallCallback 回调问题查证
    java
  • 原文地址:https://www.cnblogs.com/wangzhaobo/p/14278157.html
Copyright © 2011-2022 走看看