Git push/pull 在 GitKraken to/from GitLab 中失败(自托管)
Git push/pull fails in GitKraken to/from GitLab (self-hosted)
收到错误信息:
Fetch failed for 'origin'. Failed to send request: The connection with the server was terminated abnormally
运维团队升级 GitLab 后开始发生。
"Personal Access Token" 似乎工作正常。全是绿色,并显示 "Connected"。还能够使用令牌从 GitKraken 将 ssh 密钥添加到我的 GitLab 帐户...
编辑:如果我从 GitKraken 打开终端并执行 git pull
它有效,但我必须进行 .gitconfig 更改。认为可能是代理相关,但不完全确定。
[http]
sslVerify = false
我放弃了https/ssl。我认为代理正在破坏它。
编辑 GitKraken 中的远程 => 源以使用 ssh 而不是 https (git@local.gitservername.com:/repopath)
收到错误信息:
Fetch failed for 'origin'. Failed to send request: The connection with the server was terminated abnormally
运维团队升级 GitLab 后开始发生。
"Personal Access Token" 似乎工作正常。全是绿色,并显示 "Connected"。还能够使用令牌从 GitKraken 将 ssh 密钥添加到我的 GitLab 帐户...
编辑:如果我从 GitKraken 打开终端并执行 git pull
它有效,但我必须进行 .gitconfig 更改。认为可能是代理相关,但不完全确定。
[http]
sslVerify = false
我放弃了https/ssl。我认为代理正在破坏它。
编辑 GitKraken 中的远程 => 源以使用 ssh 而不是 https (git@local.gitservername.com:/repopath)