本文介绍了吊销服务器脱机,吊销功能无法检查吊销的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当尝试从GitHub桌面客户端将最新更改推送到GitLab时,我收到此错误吗?我以前从未收到过它,并且总是模糊不清.在1周后进行推送时,如果未提交则会引发此错误?

When trying to push my latest changes to GitLab from the GitHub desktop client I receive this error? I've never received this before and its always gone smoovly. When pushing after 1 week not committing its throwing this error?

我不确定如何解决此问题,它并不能为您提供太多信息.

I'm unsure how to fix this, it doesn't really give you much information.

推荐答案

使用git版本2.24.0.windows.2,可以使用以下解决方法:

Using git version 2.24.0.windows.2, and this workaround is available:

git config --global http.schannelCheckRevoke false

文档:

这篇关于吊销服务器脱机,吊销功能无法检查吊销的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 13:27