Размер кода 6GB
. При попытке подключить sh к вторичному географическому узлу из клиентской системы 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://git@ssh.gitlab-primary.domain.com: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
Это связано с проблемой, связанной с сетью? Любое направление для решения проблемы очень помогло бы.