努力搬砖的崽 2023-03-21 14:26 采纳率: 100%
浏览 289
已结题

git push SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054

git push的时候出现SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054,执行git config --global http.postBuffer 524288000命令不管用

  • 写回答

1条回答 默认 最新

  • 光吃,不胖 2023-03-22 09:55
    关注

    是不是证书过期了,你从新获取一下证书试试
    git config --global http.sslVerify false
    git clone https://github.com/username/repo.git
    cd repo
    git config --global http.sslVerify true

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 3月28日
  • 已采纳回答 3月28日
  • 创建了问题 3月21日