Hi there,
I have the following error
fatal: unable to access ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@{host}/rubemlrm/project.git/’: Failed to connect to {Host} port 80: Host is unreachable
I’ve tried force using the --clone-url option but i’m always getting this error. I have the following system implemented:
- Gitlab running in docker
- gitlab runner pointing to the subdomain of gitlab
- nginx reverse proxy that redirects the subdomain request to an internal mapped port that gives acess to gitlab, this port is internal only and don’t have any connection to external requests.