Hello,

We have a GitLab EE installed. Now I need to mirror a project to GitHub. In 
my GitLab project, under tab "Repository", section "Push to a remote 
repository", I set "Git repository URL" to 
"https://<USER>:<PWD>@github.com/<USER>/mytest.git" and I launch a run. I 
come up with the following error message:

fatal: unable to access 
'https://*****:*****@github.com/<USER>/mytest.git/': Failed to connect to 
github.com port 443: Connection refused

My GitLab is running behind a proxy. So I edited file /etc/gitlab/gitlab.rb 
and I set:

gitlab_rails['env'] = {
'http.proxyHost' => "myproxy.myorg.ch",
'http.proxyPort' => "3128",
'https.proxyHost' => "myproxy.myorg.ch",
'https.proxyPort' => "3128",
'http.nonProxyHosts' => " ... "
}

Plus gitlab-ctl reconfigure. No change.

Does anyone has a clue?

Yves

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/417c1a74-9240-43e9-a10c-0d30a4885aa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to