GitLab辅助地理代码推送失败,内部API无法访问

问题描述 投票:1回答:1

代码大小为6GB。尝试从git客户端系统推送到辅助地理节点时,它失败并显示以下错误。

git push -u origin master
remote:
remote: You're pushing to a Geo secondary! We'll help you by proxying this
remote: request to the primary:
remote:
remote:   ssh://[email protected]:443/upload_grp/upload_from_secondary_geo.git
remote:
Enumerating objects: 175198, done.
Counting objects: 100% (175198/175198), done.
Delta compression using up to 16 threads
Compressing objects: 100% (114761/114761), done.
Writing objects: 100% (175198/175198), 1.40 GiB | 103.54 MiB/s, done.
Total 175198 (delta 50871), reused 175198 (delta 50871)
remote:
remote: ========================================================================
remote:
remote: Internal API unreachable
remote:
remote: ========================================================================
remote:
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly

与网络相关的问题有关吗?解决该问题的任何方向都会有很大帮助。

git gitlab ubuntu-16.04
1个回答
0
投票

这似乎是显示内部GitLab服务器错误的新方法,如introduced with GitLab 12.5+ (Nov. 2019)

需要在GitLab服务器级别进行检查,以查看其日志是否包含任何线索。

© www.soinside.com 2019 - 2024. All rights reserved.