好久没有更新git 的库了突然发现更新出错了,更新了好久:

出错代码如下:

POST git-upload-pack (960 bytes) remote: Enumerating objects: 1705, done.

解决方法:

执行Git 命令:  git config http.postBuffer 428288000

将 http.postBuffer 值提高到超过本地工程大小。

也可以直接修改工程下面:配置文件:

增加:

[http]
    postBuffer = 428288000

Git POST git-upload-pack (960 bytes) remote: Enumerating objects: 1705, done.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-08-12
  • 2021-10-25
  • 2021-05-17
  • 2022-02-05
猜你喜欢
  • 2021-07-05
  • 2021-12-01
  • 2022-12-23
  • 2022-03-04
  • 2021-11-05
相关资源
相似解决方案