Hi Buddy,
May I know any one have tried to install gitlab-ce in k8s or openshift?
I tried to clone the gitlab project with the URL endpoint exposed by openshift using SSH, command as following command : “git clone ssh://git@example-domain.com:80/ich/project-1”
And got following errors:
Cloning into ‘project-1’…
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.